swayfx/sway/commands/output
Brian Ashworth e5f90f25d7 Introduce a way to show config warnings in swaynag
Adds the function `config_add_swaynag_warning(char *fmt, ...)` so that
handlers can add warnings to the swaynag config log in a uniform way.
The formatting is identical to errors and include the line number, line,
and config path.

This also alters the background file access warning to use the function
and introduces a warning for duplicate bindings.
2018-11-28 11:09:01 -05:00
..
background.c Introduce a way to show config warnings in swaynag 2018-11-28 11:09:01 -05:00
disable.c Refactor cmd_output to use config_subcommand 2018-06-03 10:26:06 -04:00
dpms.c Switch to using a function to parse booleans 2018-07-23 21:33:17 -04:00
enable.c Refactor cmd_output to use config_subcommand 2018-06-03 10:26:06 -04:00
mode.c output commands: move !argc checks after argc gets decremented 2018-07-02 08:03:41 +09:00
position.c output commands: move !argc checks after argc gets decremented 2018-07-02 08:03:41 +09:00
scale.c Refactor cmd_output to use config_subcommand 2018-06-03 10:26:06 -04:00
transform.c Add relative output transform 2018-11-05 22:58:27 +00:00