diff options
author | Brian Ashworth <RedSoxFan@users.noreply.github.com> | 2018-11-18 14:05:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-18 14:05:03 -0500 |
commit | b2c5248ad36a7a5cf342aa44a21a0956c025c43f (patch) | |
tree | 265d4ea923f1329d1e7661c0f92a242337318d58 /sway/sway-input.5.scd | |
parent | b87250425fe13149e41b346f15c5cf808f376438 (diff) | |
parent | 70bc4c3ab6c408850543d827f788ef310fdb269c (diff) | |
download | sway-b2c5248ad36a7a5cf342aa44a21a0956c025c43f.tar.xz |
Merge pull request #3018 from sxmichaels/add-scroll-factor
Add scroll factor input command.
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r-- | sway/sway-input.5.scd | 10 |
1 files changed, 7 insertions, 3 deletions
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* <identifier> repeat\_rate <characters per second> Sets the frequency of key repeats once the repeat\_delay has passed. -*input* <identifier> scroll\_method none|two\_finger|edge|on\_button\_down - Changes the scroll method for the specified input device. - *input* <identifier> scroll\_button <button\_identifier> 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* <identifier> scroll\_factor <floating point value> + Changes the scroll factor for the specified input device. Scroll speed will + be scaled by the given value, which must be non-negative. + +*input* <identifier> scroll\_method none|two\_finger|edge|on\_button\_down + Changes the scroll method for the specified input device. + *input* <identifier> tap enabled|disabled Enables or disables tap for specified input device. |