swayfx/sway/commands/output
Brian Ashworth 88d96bc41f Combine output_by_name and output_by_identifier
This combines `output_by_name` and `output_by_identifier` into a single
function called `output_by_name_or_id`. This allows for output
identifiers to be used in all commands, simplifies the logic of the
callers, and is more efficient since worst case is a single pass through
the output list.
2018-12-20 19:55:29 +01: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 Combine output_by_name and output_by_identifier 2018-12-20 19:55:29 +01:00