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 20b8a2aa..55929659 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -187,6 +187,7 @@ static struct cmd_handler input_handlers[] = {
187 { "dwt", input_cmd_dwt }, 187 { "dwt", input_cmd_dwt },
188 { "events", input_cmd_events }, 188 { "events", input_cmd_events },
189 { "left_handed", input_cmd_left_handed }, 189 { "left_handed", input_cmd_left_handed },
190 { "map_to_output", input_cmd_map_to_output },
190 { "middle_emulation", input_cmd_middle_emulation }, 191 { "middle_emulation", input_cmd_middle_emulation },
191 { "natural_scroll", input_cmd_natural_scroll }, 192 { "natural_scroll", input_cmd_natural_scroll },
192 { "pointer_accel", input_cmd_pointer_accel }, 193 { "pointer_accel", input_cmd_pointer_accel },