aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-09-30 13:44:11 +0200
committerLibravatar GitHub <noreply@github.com>2018-09-30 13:44:11 +0200
commit8f6aca2166030846655432d92498bb8d2e22036b (patch)
tree0660b8052702d43b142a58e1c664e246918e8d7c /sway/sway-input.5.scd
parentMerge pull request #2730 from ivyl/remove_cap_leftovers (diff)
parentadd tap-and-drag setting to sway-input (diff)
downloadsway-8f6aca2166030846655432d92498bb8d2e22036b.tar.gz
sway-8f6aca2166030846655432d92498bb8d2e22036b.tar.zst
sway-8f6aca2166030846655432d92498bb8d2e22036b.zip
Merge pull request #2725 from PumbaPe/add-tap-and-drag
Add tap and drag 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 5736d70a..14f2a007 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -67,6 +67,9 @@ The following commands may only be used in the configuration file.
67*input* <identifier> click\_method none|button\_areas|clickfinger 67*input* <identifier> click\_method none|button\_areas|clickfinger
68 Changes the click method for the specified device. 68 Changes the click method for the specified device.
69 69
70*input* <identifier> drag enabled|disabled
71 Enables or disables tap-and-drag for specified input device.
72
70*input* <identifier> drag\_lock enabled|disabled 73*input* <identifier> drag\_lock enabled|disabled
71 Enables or disables drag lock for specified input device. 74 Enables or disables drag lock for specified input device.
72 75