summaryrefslogtreecommitdiffstats
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 2b91c43e..3236ff6c 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -265,6 +265,7 @@ static struct cmd_handler input_handlers[] = {
265 { "drag_lock", input_cmd_drag_lock }, 265 { "drag_lock", input_cmd_drag_lock },
266 { "dwt", input_cmd_dwt }, 266 { "dwt", input_cmd_dwt },
267 { "events", input_cmd_events }, 267 { "events", input_cmd_events },
268 { "left_handed", input_cmd_left_handed },
268 { "middle_emulation", input_cmd_middle_emulation }, 269 { "middle_emulation", input_cmd_middle_emulation },
269 { "natural_scroll", input_cmd_natural_scroll }, 270 { "natural_scroll", input_cmd_natural_scroll },
270 { "pointer_accel", input_cmd_pointer_accel }, 271 { "pointer_accel", input_cmd_pointer_accel },