swayfx/sway/commands/output
Brian Ashworth 17fe8924f2 Address ianyfan's comments
wordexp p is now initialized to {0} to prevent a segfault on wordfree
in the failure case.

File paths with single quotes and double quotes are now supported. The
quote can either be wrapped in the other quote or escaped with three
backslashes.

Additionally to make passing file paths with double quotes to swaybg
easier, instead of enclosing the path given to swaybg in quotes, all
spaces, single quotes, and double quotes in the resulting path are now
escaped with a single backslash.
2018-09-14 08:51:01 -04:00
..
background.c Address ianyfan's comments 2018-09-14 08:51:01 -04: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 Refactor cmd_output to use config_subcommand 2018-06-03 10:26:06 -04:00