Shim client.background and client.placeholder

These are not supported by sway, but are valid i3 commands and should not
cause config errors.

Also includes a couple of minor touch-ups.
This commit is contained in:
Drew DeVault 2018-10-07 14:44:37 -04:00
parent 7252c7f715
commit 92e1fc00fd
3 changed files with 13 additions and 5 deletions

View file

@ -103,6 +103,7 @@ sway_cmd cmd_bar;
sway_cmd cmd_bindcode;
sway_cmd cmd_bindsym;
sway_cmd cmd_border;
sway_cmd cmd_client_noop;
sway_cmd cmd_client_focused;
sway_cmd cmd_client_focused_inactive;
sway_cmd cmd_client_unfocused;