From 70bc4c3ab6c408850543d827f788ef310fdb269c Mon Sep 17 00:00:00 2001 From: Spencer Michaels Date: Sat, 17 Nov 2018 14:31:33 -0500 Subject: Add scroll factor config option. --- sway/sway-input.5.scd | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'sway/sway-input.5.scd') diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index 82273ef3..45994644 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -105,14 +105,18 @@ The following commands may only be used in the configuration file. *input* repeat\_rate Sets the frequency of key repeats once the repeat\_delay has passed. -*input* scroll\_method none|two\_finger|edge|on\_button\_down - Changes the scroll method for the specified input device. - *input* scroll\_button Sets button used for scroll\_method on\_button\_down. The button identifier can be obtained from `libinput debug-events`. If set to 0, it disables the scroll\_button on\_button\_down. +*input* scroll\_factor + Changes the scroll factor for the specified input device. Scroll speed will + be scaled by the given value, which must be non-negative. + +*input* scroll\_method none|two\_finger|edge|on\_button\_down + Changes the scroll method for the specified input device. + *input* tap enabled|disabled Enables or disables tap for specified input device. -- cgit v1.2.3-54-g00ecf