From 84dd73d02191aabe5708c23fbc09075a8f9a7468 Mon Sep 17 00:00:00 2001 From: jlo62 <122014753+jlo62@users.noreply.github.com> Date: Sun, 17 Sep 2023 07:34:03 +0200 Subject: [PATCH] Update commands.h --- include/sway/commands.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sway/commands.h b/include/sway/commands.h index 27058587..552984fa 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -261,6 +261,7 @@ sway_cmd input_cmd_map_to_region; sway_cmd input_cmd_middle_emulation; sway_cmd input_cmd_natural_scroll; sway_cmd input_cmd_pointer_accel; +sway_cmd input_cmd_sensitivity; sway_cmd input_cmd_rotation_angle; sway_cmd input_cmd_scroll_factor; sway_cmd input_cmd_repeat_delay;