diff options
author | Jasen Borisov <tajjada@gmail.com> | 2016-05-01 11:02:44 +0100 |
---|---|---|
committer | Jasen Borisov <tajjada@gmail.com> | 2016-05-01 11:02:44 +0100 |
commit | de007c9b58fa5fda767196321a72dc9a39609efb (patch) | |
tree | 2e2ac142780cd6689635c6ce37917d6eb39d2007 /sway/sway-input.5.txt | |
parent | 68f0baf3ec3846e4f0ac7cecc12ed5ae9ad68546 (diff) |
Add input cmd for setting pointer accel profile.
Diffstat (limited to 'sway/sway-input.5.txt')
-rw-r--r-- | sway/sway-input.5.txt | 3 |
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. Commands -------- +**input** <identifier> accel_profile <adaptive|flat>:: + Sets the pointer acceleration profile for the specified input device. + **input** <identifier> click_method <none|button_areas|clickfinger>:: Changes the click method for the specified device. |