aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar PP <34623266+PumbaPe@users.noreply.github.com>2018-09-29 11:49:41 +0200
committerLibravatar PP <34623266+PumbaPe@users.noreply.github.com>2018-09-29 11:49:41 +0200
commitae2b70f59ec988ae1ad108316ec04d1f634ec735 (patch)
treedcd6007eede8002b9b2306311a6ec4cc19b2bdd6 /sway/sway-input.5.scd
parentMerge pull request #2723 from ianyfan/swaybar (diff)
downloadsway-ae2b70f59ec988ae1ad108316ec04d1f634ec735.tar.gz
sway-ae2b70f59ec988ae1ad108316ec04d1f634ec735.tar.zst
sway-ae2b70f59ec988ae1ad108316ec04d1f634ec735.zip
add tap-and-drag setting to sway-input
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 707c36af..4fe7e7b7 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -68,6 +68,9 @@ The following commands may only be used in the configuration file.
68*input* <identifier> click\_method none|button\_areas|clickfinger 68*input* <identifier> click\_method none|button\_areas|clickfinger
69 Changes the click method for the specified device. 69 Changes the click method for the specified device.
70 70
71*input* <identifier> drag enabled|disabled
72 Enables or disables tap-and-drag for specified input device.
73
71*input* <identifier> drag\_lock enabled|disabled 74*input* <identifier> drag\_lock enabled|disabled
72 Enables or disables drag lock for specified input device. 75 Enables or disables drag lock for specified input device.
73 76