sway/sway/sway-input.5.txt

55 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-01-17 10:53:37 +00:00
/////
vim:set ts=4 sw=4 tw=82 noet:
/////
2016-01-22 18:15:03 +00:00
sway-input (5)
==============
2016-01-17 10:53:37 +00:00
Name
----
2016-01-22 18:15:03 +00:00
sway-input - input configuration file and commands
2016-01-17 10:53:37 +00:00
Description
-----------
Sway allows for configuration of libinput devices through _input { }_ blocks in
your config file.
2016-01-17 10:53:37 +00:00
Commands
--------
**input** <identifier> accel_profile <adaptive|flat>::
Sets the pointer acceleration profile for the specified input device.
2016-01-22 18:20:31 +00:00
**input** <identifier> click_method <none|button_areas|clickfinger>::
2016-01-17 10:53:37 +00:00
Changes the click method for the specified device.
2016-01-22 18:20:31 +00:00
**input** <identifier> drag_lock <enabled|disabled>::
2016-01-17 10:53:37 +00:00
Enables or disables drag lock for specified input device.
2016-01-22 18:20:31 +00:00
**input** <identifier> dwt <enabled|disabled>::
2016-01-17 10:53:37 +00:00
Enables or disables disable-while-typing for the specified input device.
2016-01-22 18:20:31 +00:00
**input** <identifier> events <enable|disabled>::
2016-01-17 10:53:37 +00:00
Enables or disables send_events for specified input device.
(Disabling send_events disables the input device)
2016-01-22 18:20:31 +00:00
**input** <identifier> middle_emulation <enabled|disabled>::
2016-01-17 10:53:37 +00:00
Enables or disables middle click emulation.
2016-01-22 18:20:31 +00:00
**input** <identifier> natural_scroll <enabled|disabled>::
2016-01-17 10:53:37 +00:00
Enables or disables natural scrolling for the specified input device.
2016-01-22 18:20:31 +00:00
**input** <identifier> pointer_accel <[-1,1]>::
2016-01-17 10:53:37 +00:00
Changes the pointer acceleration for the specified input device.
2016-01-22 18:20:31 +00:00
**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>::
2016-01-17 10:53:37 +00:00
Changes the scroll method for the specified input device.
2016-01-22 18:20:31 +00:00
**input** <identifier> tap <enabled|disabled>::
2016-01-17 10:53:37 +00:00
Enables or disables tap for specified input device.
See Also
--------
**sway**(5) **sway-bar**(5)