aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index d8d29a1c..bc2a85d7 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -132,6 +132,7 @@ static struct cmd_handler handlers[] = {
132 { "exec", cmd_exec }, 132 { "exec", cmd_exec },
133 { "exec_always", cmd_exec_always }, 133 { "exec_always", cmd_exec_always },
134 { "exit", cmd_exit }, 134 { "exit", cmd_exit },
135 { "focus", cmd_focus },
135 { "include", cmd_include }, 136 { "include", cmd_include },
136 { "input", cmd_input }, 137 { "input", cmd_input },
137 { "kill", cmd_kill }, 138 { "kill", cmd_kill },