sway/sway
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 Fix generating sway-input.5 manpage 2016-01-22 19:26:13 +01:00
commands.c Correctly exit sway on errors. 2016-02-26 09:42:21 +01:00
config.c font: Allow adding font to the config. In prep for border titles 2016-01-27 20:53:31 +11:00
container.c Send workspace ICP event on ws destroy/empty. 2016-02-25 12:59:22 +01:00
criteria.c criteria: Code formatting. 2015-11-25 14:59:07 +01:00
debug_log.c remove unused execinfo.h include from debug_log.c 2015-12-21 18:57:26 +01:00
extensions.c Don't rearrange views behind swaylock. 2016-02-25 14:42:48 +01:00
focus.c Only update visibility if WS isn't destroyed after 2016-01-21 22:05:06 +01:00
handlers.c Check for empty ws on view destroyed. 2016-02-25 13:36:25 +01:00
input.c libinput 2016-01-19 06:51:36 -08:00
input_state.c Add support for bincode command 2016-01-09 18:07:47 +01:00
ipc-server.c Replace deprecated function wlc_output_get_pixels. 2016-02-08 12:39:07 +01:00
layout.c arrange_windows_r: Round pixels to match reality, fixes calculations. 2015-12-28 14:58:17 +01:00
main.c Correctly exit sway on errors. 2016-02-26 09:42:21 +01:00
output.c output: Support multiple adjacent outputs. 2015-11-16 21:32:18 +01:00
resize.c return after disconnect ipc client and minor checks 2015-09-29 07:19:10 -07:00
sway-input.5.txt sway-input: fix typo 2016-01-23 14:08:52 +02:00
sway.1.txt Clearer order of locations searched for config file. 2016-01-05 22:06:02 +01:00
sway.5.txt Fixed swaymsg command name in sway(5) doc 2016-02-25 23:05:38 +01:00
workspace.c Strip quotes from workspace name. 2016-01-11 03:13:36 +01:00