aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
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 },