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 53db9a16..c9bb8e06 100644
--- a/sway/commands/input.c
+++ b/sway/commands/input.c
@@ -29,6 +29,7 @@ static struct cmd_handler input_handlers[] = {
29 { "scroll_method", input_cmd_scroll_method }, 29 { "scroll_method", input_cmd_scroll_method },
30 { "tap", input_cmd_tap }, 30 { "tap", input_cmd_tap },
31 { "tap_button_map", input_cmd_tap_button_map }, 31 { "tap_button_map", input_cmd_tap_button_map },
32 { "tool_mode", input_cmd_tool_mode },
32 { "xkb_file", input_cmd_xkb_file }, 33 { "xkb_file", input_cmd_xkb_file },
33 { "xkb_layout", input_cmd_xkb_layout }, 34 { "xkb_layout", input_cmd_xkb_layout },
34 { "xkb_model", input_cmd_xkb_model }, 35 { "xkb_model", input_cmd_xkb_model },