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 eee7f254..90544220 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -98,9 +98,11 @@ static struct cmd_handler handlers[] = {
98 { "bindsym", cmd_bindsym }, 98 { "bindsym", cmd_bindsym },
99 { "exec", cmd_exec }, 99 { "exec", cmd_exec },
100 { "exec_always", cmd_exec_always }, 100 { "exec_always", cmd_exec_always },
101 { "focus_follows_mouse", cmd_focus_follows_mouse },
101 { "include", cmd_include }, 102 { "include", cmd_include },
102 { "input", cmd_input }, 103 { "input", cmd_input },
103 { "mode", cmd_mode }, 104 { "mode", cmd_mode },
105 { "mouse_warping", cmd_mouse_warping },
104 { "output", cmd_output }, 106 { "output", cmd_output },
105 { "seat", cmd_seat }, 107 { "seat", cmd_seat },
106 { "workspace", cmd_workspace }, 108 { "workspace", cmd_workspace },