diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-01-19 10:08:44 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-01-19 10:08:44 -0500 |
commit | b72a62b02b601d98ca89919f42e7ddec4e8ab2b2 (patch) | |
tree | 6b7412f626f5d9f10dba8920a2543dfd3c5a662e /sway/sway-input.5.txt | |
parent | fe241126bb8d696d45dd30fc975da022f79c9928 (diff) | |
parent | 28081b76891ddbbb825dee6c202037d78aa8f164 (diff) |
Merge pull request #448 from colemickens/libinput
libinput configuration
Diffstat (limited to 'sway/sway-input.5.txt')
-rw-r--r-- | sway/sway-input.5.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt new file mode 100644 index 00000000..ec5d1314 --- /dev/null +++ b/sway/sway-input.5.txt @@ -0,0 +1,46 @@ +///// +vim:set ts=4 sw=4 tw=82 noet: +///// +sway (5) +======== + +Name +---- +sway - input configuration file and commands + +Description +----------- + +Sway allows for configuration of libinput dveices. + + +Commands +-------- + +**input** <identifier> click_method <none|button_areas|clickfinger>: + Changes the click method for the specified device. + +**input** <identifier> drag_lock <enabled|disabled>: + Enables or disables drag lock for specified input device. + +**input** <identifier> dwt <enabled|disabled>: + Enables or disables disable-while-typing for the specified input device. + +**input** <identifier> events <enable|disabled>: + Enables or disables send_events for specified input device. + (Disabling send_events disables the input device) + +**input** <identifier> middle_emulation <enabled|disabled>: + Enables or disables middle click emulation. + +**input** <identifier> natural_scroll <enabled|disabled>: + Enables or disables natural scrolling for the specified input device. + +**input** <identifier> pointer_accel <[-1,1]>: + Changes the pointer acceleration for the specified input device. + +**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>: + Changes the scroll method for the specified input device. + +**input** <identifier> tap <enabled|disabled>: + Enables or disables tap for specified input device. |