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 eee7f254..d983dcbb 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -101,6 +101,7 @@ static struct cmd_handler handlers[] = {
101 { "include", cmd_include }, 101 { "include", cmd_include },
102 { "input", cmd_input }, 102 { "input", cmd_input },
103 { "mode", cmd_mode }, 103 { "mode", cmd_mode },
104 { "mouse_warping", cmd_mouse_warping },
104 { "output", cmd_output }, 105 { "output", cmd_output },
105 { "seat", cmd_seat }, 106 { "seat", cmd_seat },
106 { "workspace", cmd_workspace }, 107 { "workspace", cmd_workspace },