aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
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 /sway/commands.c
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 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 5dd27f7e..780cd7d6 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -77,8 +77,10 @@ static struct cmd_handler handlers[] = {
77 { "bar", cmd_bar }, 77 { "bar", cmd_bar },
78 { "bindcode", cmd_bindcode }, 78 { "bindcode", cmd_bindcode },
79 { "bindsym", cmd_bindsym }, 79 { "bindsym", cmd_bindsym },
80 { "client.background", cmd_client_noop },
80 { "client.focused", cmd_client_focused }, 81 { "client.focused", cmd_client_focused },
81 { "client.focused_inactive", cmd_client_focused_inactive }, 82 { "client.focused_inactive", cmd_client_focused_inactive },
83 { "client.placeholder", cmd_client_noop },
82 { "client.unfocused", cmd_client_unfocused }, 84 { "client.unfocused", cmd_client_unfocused },
83 { "client.urgent", cmd_client_urgent }, 85 { "client.urgent", cmd_client_urgent },
84 { "default_border", cmd_default_border }, 86 { "default_border", cmd_default_border },