sway-patched-tray-menu-github/sway
Brian Ashworth f0fd6119cf Cleanup config reading failure error logs
This cleans up the log when sway fails to read a config file. The
following changes have been made:
- A missing error message has been added to the log when the config file
is a directory instead of a regular file
- In main, `goto` statements have been added after the `sway_terminate`
calls instead of wrapping every block in `if (!terminate_request)`
- Unnecessary NULL-checks around calls to free in `main` have been
removed
- Deferred command execution has been extracted to a separate function
and the `Running deferred commands` log message will not be shown when
there are no deferred commands.
2019-01-29 13:18:53 -05:00
..
commands Introduce container_is_scratchpad_hidden 2019-01-28 10:35:40 +01:00
config Don't allow noop output to be configured 2019-01-22 09:55:13 +01:00
desktop Check xdg_surface's role before using its toplevel 2019-01-28 16:14:35 +01:00
input Merge pull request #3423 from RyanDwyer/fullscreen-global 2019-01-27 18:06:50 -05:00
tree Remove bad assertion in container_handle_fullscreen_reparent 2019-01-29 08:05:55 +10:00
commands.c Make json-c include respect pkg-config --cflags 2019-01-23 21:50:06 -05:00
config.c Cleanup config reading failure error logs 2019-01-29 13:18:53 -05:00
criteria.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
debug-tree.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
decoration.c Fix double free when unmapping any view 2018-11-15 15:22:09 +10:00
ipc-json.c Introduce container_is_scratchpad_hidden 2019-01-28 10:35:40 +01:00
ipc-server.c Make json-c include respect pkg-config --cflags 2019-01-23 21:50:06 -05:00
main.c Cleanup config reading failure error logs 2019-01-29 13:18:53 -05:00
meson.build meson: remove rpath options 2019-01-18 08:26:44 +01:00
security.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
server.c Use noop output when there's no outputs connected 2019-01-22 09:55:13 +01:00
sway-bar.5.scd Remove unnecessary underscores in man pages 2019-01-27 11:27:48 -05:00
sway-input.5.scd Remove unnecessary underscores in man pages 2019-01-27 11:27:48 -05:00
sway-output.5.scd Document cursor moving between adjacent outputs 2019-01-28 21:36:48 -05:00
sway.1.scd Remove unnecessary underscores in man pages 2019-01-27 11:27:48 -05:00
sway.5.scd Merge pull request #3423 from RyanDwyer/fullscreen-global 2019-01-27 18:06:50 -05:00
swaynag.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
xdg_decoration.c Improve CSD logic 2018-09-27 22:51:37 +10:00