summaryrefslogtreecommitdiffstats
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 de29a7af..e2bafcb2 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -187,6 +187,8 @@ static struct cmd_handler handlers[] = {
187 { "new_float", cmd_new_float }, 187 { "new_float", cmd_new_float },
188 { "new_window", cmd_new_window }, 188 { "new_window", cmd_new_window },
189 { "output", cmd_output }, 189 { "output", cmd_output },
190 { "permit", cmd_permit },
191 { "reject", cmd_reject },
190 { "reload", cmd_reload }, 192 { "reload", cmd_reload },
191 { "resize", cmd_resize }, 193 { "resize", cmd_resize },
192 { "scratchpad", cmd_scratchpad }, 194 { "scratchpad", cmd_scratchpad },