aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar Cezary Drożak <cezary@drozak.net>2023-06-16 11:28:30 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2023-06-16 15:30:04 +0200
commitc08762901e9840d8dca008dcc8d0b5602602fd0a (patch)
treeaa275ee79e2e356ffcd6ebcaf54c417dd47494a5 /sway/sway-input.5.scd
parentgamma_control_v1: handle destroyed output (diff)
downloadsway-c08762901e9840d8dca008dcc8d0b5602602fd0a.tar.gz
sway-c08762901e9840d8dca008dcc8d0b5602602fd0a.tar.zst
sway-c08762901e9840d8dca008dcc8d0b5602602fd0a.zip
input/libinput: add scroll_button_lock method
Closes https://github.com/swaywm/sway/issues/6987 Co-authored-by: JJGadgets <git@jjgadgets.tech> Co-authored-by: DeltaWhy <mike5713@gmail.com>
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index 1662d55a..082b68c2 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -185,6 +185,9 @@ The following commands may only be used in the configuration file.
185 debug-events*, or as a x11 mouse button (button[1-3,8,9]). If set to 185 debug-events*, or as a x11 mouse button (button[1-3,8,9]). If set to
186 _disable_, it disables the scroll_method on_button_down. 186 _disable_, it disables the scroll_method on_button_down.
187 187
188*input* <identifier> scroll_button_lock enabled|disabled
189 Enables or disables scroll button lock for specified input device.
190
188*input* <identifier> scroll_factor <floating point value> 191*input* <identifier> scroll_factor <floating point value>
189 Changes the scroll factor for the specified input device. Scroll speed will 192 Changes the scroll factor for the specified input device. Scroll speed will
190 be scaled by the given value, which must be non-negative. 193 be scaled by the given value, which must be non-negative.