aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.txt
diff options
context:
space:
mode:
authorLibravatar Jasen Borisov <tajjada@gmail.com>2016-05-01 11:02:44 +0100
committerLibravatar Jasen Borisov <tajjada@gmail.com>2016-05-01 11:02:44 +0100
commitde007c9b58fa5fda767196321a72dc9a39609efb (patch)
tree2e2ac142780cd6689635c6ce37917d6eb39d2007 /sway/sway-input.5.txt
parentMerge pull request #619 from mikkeloscar/fix-workspace-pr (diff)
downloadsway-de007c9b58fa5fda767196321a72dc9a39609efb.tar.gz
sway-de007c9b58fa5fda767196321a72dc9a39609efb.tar.zst
sway-de007c9b58fa5fda767196321a72dc9a39609efb.zip
Add input cmd for setting pointer accel profile.
Diffstat (limited to 'sway/sway-input.5.txt')
-rw-r--r--sway/sway-input.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt
index 05dcbeef..c2637830 100644
--- a/sway/sway-input.5.txt
+++ b/sway/sway-input.5.txt
@@ -17,6 +17,9 @@ your config file.
17Commands 17Commands
18-------- 18--------
19 19
20**input** <identifier> accel_profile <adaptive|flat>::
21 Sets the pointer acceleration profile for the specified input device.
22
20**input** <identifier> click_method <none|button_areas|clickfinger>:: 23**input** <identifier> click_method <none|button_areas|clickfinger>::
21 Changes the click method for the specified device. 24 Changes the click method for the specified device.
22 25