diff --git a/sway/commands/input.c b/sway/commands/input.c index 306c40f74..ef981cc5b 100644 --- a/sway/commands/input.c +++ b/sway/commands/input.c @@ -30,6 +30,7 @@ static const struct cmd_handler input_handlers[] = { { "scroll_button_lock", input_cmd_scroll_button_lock }, { "scroll_factor", input_cmd_scroll_factor }, { "scroll_method", input_cmd_scroll_method }, + { "sensitivity", input_cmd_sensitivity }, { "tap", input_cmd_tap }, { "tap_button_map", input_cmd_tap_button_map }, { "tool_mode", input_cmd_tool_mode },