aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar Robert Kubosz <kubosz.robert@gmail.com>2018-07-12 15:35:14 +0200
committerLibravatar Robert Kubosz <kubosz.robert@gmail.com>2018-07-12 15:35:14 +0200
commit20d6c7c2e4c079e8c7c2e441c738598b74a058b5 (patch)
tree2e5f2519f63e28656f2ff3dcf8969af92d5397a7 /sway/sway-input.5.scd
parentincrease maximum value of button identifier (diff)
downloadsway-20d6c7c2e4c079e8c7c2e441c738598b74a058b5.tar.gz
sway-20d6c7c2e4c079e8c7c2e441c738598b74a058b5.tar.zst
sway-20d6c7c2e4c079e8c7c2e441c738598b74a058b5.zip
add paragraph to sway-input man page
The added paragraph describes how to get button identifier and set it in config.
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index cf7a6385..4bc66394 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -92,6 +92,11 @@ For more information on these xkb configuration options, see
92*input* <identifier> scroll\_method none|two\_finger|edge|on\_button\_down 92*input* <identifier> scroll\_method none|two\_finger|edge|on\_button\_down
93 Changes the scroll method for the specified input device. 93 Changes the scroll method for the specified input device.
94 94
95*input* <identifier> scroll\_button <button\_identifier>
96 Sets button used for scroll\_method on\_button\_down. The button identifier
97 can be obtained from `libinput debug-events`.
98 If set to 0, it disables the scroll\_button on\_button\_down.
99
95*input* <identifier> tap enabled|disabled 100*input* <identifier> tap enabled|disabled
96 Enables or disables tap for specified input device. 101 Enables or disables tap for specified input device.
97 102