kwin/helpers/wayland_wrapper
Aleix Pol 66f87138b1 Make it possible to restart kwin_wayland from a command line argument
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.
2021-02-02 12:20:13 +00:00
..
CMakeLists.txt GIT_SILENT: dont use deprecated cmake variable 2021-01-29 11:34:52 +01:00
kwin_wrapper.c Make it possible to restart kwin_wayland from a command line argument 2021-02-02 12:20:13 +00:00
wl-socket.c Include <fcntl.h> for open() 2021-01-21 22:18:33 +01:00
wl-socket.h