aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
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/sway-input.5.scd
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/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd10
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.
105*input* <identifier> repeat\_rate <characters per second> 105*input* <identifier> repeat\_rate <characters per second>
106 Sets the frequency of key repeats once the repeat\_delay has passed. 106 Sets the frequency of key repeats once the repeat\_delay has passed.
107 107
108*input* <identifier> scroll\_method none|two\_finger|edge|on\_button\_down
109 Changes the scroll method for the specified input device.
110
111*input* <identifier> scroll\_button <button\_identifier> 108*input* <identifier> scroll\_button <button\_identifier>
112 Sets button used for scroll\_method on\_button\_down. The button identifier 109 Sets button used for scroll\_method on\_button\_down. The button identifier
113 can be obtained from `libinput debug-events`. 110 can be obtained from `libinput debug-events`.
114 If set to 0, it disables the scroll\_button on\_button\_down. 111 If set to 0, it disables the scroll\_button on\_button\_down.
115 112
113*input* <identifier> scroll\_factor <floating point value>
114 Changes the scroll factor for the specified input device. Scroll speed will
115 be scaled by the given value, which must be non-negative.
116
117*input* <identifier> scroll\_method none|two\_finger|edge|on\_button\_down
118 Changes the scroll method for the specified input device.
119
116*input* <identifier> tap enabled|disabled 120*input* <identifier> tap enabled|disabled
117 Enables or disables tap for specified input device. 121 Enables or disables tap for specified input device.
118 122