From 475e289226f95345096279d434cd6ade73ada651 Mon Sep 17 00:00:00 2001 From: jlo62 <122014753+jlo62@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:56:41 +0200 Subject: [PATCH] Update input.c --- sway/commands/input.c | 1 + 1 file changed, 1 insertion(+) 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 },