Skip to content
  • Aleix Pol Gonzalez's avatar
    Make it possible to restart kwin_wayland from a command line argument · 66f87138
    Aleix Pol Gonzalez authored and Aleix Pol Gonzalez's avatar Aleix Pol Gonzalez committed
    A recent patch made it possible to restart KWin when it crashes, this
    opens the possibility to do it for development purposes. So far it could
    be done using `killall -9 kwin_wayland`. This patch embraces this
    functionality under --replace so it's a bit more documented and under
    its own semantics.
    It is done by returning the process with 133 exit code and picking that
    code specifically as a wish to restart.
    66f87138