aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-10-07 14:44:37 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-10-07 14:44:37 -0400
commit7c37632e3e657cec2f56c572c760b5e0c368fb49 (patch)
tree29bd04516a0c032026d00c83ea2d9d4bb5952f74 /include
parent087283196e5d44fa6c498743f562e548ecf06adc (diff)
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')
-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;
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;