aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/input.c')
-rw-r--r--sway/commands/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/input.c b/sway/commands/input.c
index c50926a8..b5765c38 100644
--- a/sway/commands/input.c
+++ b/sway/commands/input.c
@@ -22,6 +22,7 @@ static struct cmd_handler input_handlers[] = {
22 { "repeat_delay", input_cmd_repeat_delay }, 22 { "repeat_delay", input_cmd_repeat_delay },
23 { "repeat_rate", input_cmd_repeat_rate }, 23 { "repeat_rate", input_cmd_repeat_rate },
24 { "scroll_button", input_cmd_scroll_button }, 24 { "scroll_button", input_cmd_scroll_button },
25 { "scroll_factor", input_cmd_scroll_factor },
25 { "scroll_method", input_cmd_scroll_method }, 26 { "scroll_method", input_cmd_scroll_method },
26 { "tap", input_cmd_tap }, 27 { "tap", input_cmd_tap },
27 { "tap_button_map", input_cmd_tap_button_map }, 28 { "tap_button_map", input_cmd_tap_button_map },