aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/input.c
diff options
context:
space:
mode:
authorLibravatar Spencer Michaels <spencer@smichaels.net>2018-11-17 14:31:33 -0500
committerLibravatar Spencer Michaels <spencer@smichaels.net>2018-11-18 13:49:30 -0500
commit70bc4c3ab6c408850543d827f788ef310fdb269c (patch)
tree265d4ea923f1329d1e7661c0f92a242337318d58 /sway/commands/input.c
parentMerge pull request #3147 from emersion/set10 (diff)
downloadsway-70bc4c3ab6c408850543d827f788ef310fdb269c.tar.gz
sway-70bc4c3ab6c408850543d827f788ef310fdb269c.tar.zst
sway-70bc4c3ab6c408850543d827f788ef310fdb269c.zip
Add scroll factor config option.
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 },