1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-13 15:46:25 +02:00
sway/swaymsg
Mikkel Oscar Lyderik 5e253fdd9a Correctly exit sway on errors.
Calling `exit` in sway_terminate prevents sway from correctly shutting
down (freeing data, cleanly terminating the ipc server, etc.).

A better way is to exit straight away if the failure occurs before
`wlc_run` and use sway_abort as usual if it occur when wlc is running.
2016-02-26 09:42:21 +01:00
..
CMakeLists.txt move manpages to subfolders 2015-12-02 12:49:01 +02:00
main.c Correctly exit sway on errors. 2016-02-26 09:42:21 +01:00
swaymsg.1.txt libinput 2016-01-19 06:51:36 -08:00