aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-10-07 14:44:37 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-10-07 14:44:37 -0400
commit92e1fc00fdb78abaf050606797ffbb86a3f4328b (patch)
tree29bd04516a0c032026d00c83ea2d9d4bb5952f74 /include/sway/commands.h
parentswaynag: s/Toggle Details/Toggle details/ (diff)
downloadsway-92e1fc00fdb78abaf050606797ffbb86a3f4328b.tar.gz
sway-92e1fc00fdb78abaf050606797ffbb86a3f4328b.tar.zst
sway-92e1fc00fdb78abaf050606797ffbb86a3f4328b.zip
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.
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index f7fafb96..21b8b87a 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -103,6 +103,7 @@ sway_cmd cmd_bar;
103sway_cmd cmd_bindcode; 103sway_cmd cmd_bindcode;
104sway_cmd cmd_bindsym; 104sway_cmd cmd_bindsym;
105sway_cmd cmd_border; 105sway_cmd cmd_border;
106sway_cmd cmd_client_noop;
106sway_cmd cmd_client_focused; 107sway_cmd cmd_client_focused;
107sway_cmd cmd_client_focused_inactive; 108sway_cmd cmd_client_focused_inactive;
108sway_cmd cmd_client_unfocused; 109sway_cmd cmd_client_unfocused;