2016-01-17 21:53:37 +11:00
|
|
|
/////
|
|
|
|
vim:set ts=4 sw=4 tw=82 noet:
|
|
|
|
/////
|
2016-01-23 05:15:03 +11:00
|
|
|
sway-input (5)
|
|
|
|
==============
|
2016-01-17 21:53:37 +11:00
|
|
|
|
|
|
|
Name
|
|
|
|
----
|
2016-01-23 05:15:03 +11:00
|
|
|
sway-input - input configuration file and commands
|
2016-01-17 21:53:37 +11:00
|
|
|
|
|
|
|
Description
|
|
|
|
-----------
|
|
|
|
|
2016-08-19 08:56:01 +10:00
|
|
|
Sway allows for configuration of libinput devices within the sway configuration file.
|
|
|
|
sway-input commands must be used inside a _input { }_ block in the config.
|
|
|
|
To obtain a list of available devices identifier, run **swaymsg -t get_inputs**.
|
2016-01-17 21:53:37 +11:00
|
|
|
|
|
|
|
Commands
|
|
|
|
--------
|
|
|
|
|
2016-05-01 20:02:44 +10:00
|
|
|
**input** <identifier> accel_profile <adaptive|flat>::
|
|
|
|
Sets the pointer acceleration profile for the specified input device.
|
|
|
|
|
2016-01-23 05:20:31 +11:00
|
|
|
**input** <identifier> click_method <none|button_areas|clickfinger>::
|
2016-01-17 21:53:37 +11:00
|
|
|
Changes the click method for the specified device.
|
|
|
|
|
2016-01-23 05:20:31 +11:00
|
|
|
**input** <identifier> drag_lock <enabled|disabled>::
|
2016-01-17 21:53:37 +11:00
|
|
|
Enables or disables drag lock for specified input device.
|
|
|
|
|
2016-01-23 05:20:31 +11:00
|
|
|
**input** <identifier> dwt <enabled|disabled>::
|
2016-01-17 21:53:37 +11:00
|
|
|
Enables or disables disable-while-typing for the specified input device.
|
|
|
|
|
2016-01-23 05:20:31 +11:00
|
|
|
**input** <identifier> events <enable|disabled>::
|
2016-01-17 21:53:37 +11:00
|
|
|
Enables or disables send_events for specified input device.
|
|
|
|
(Disabling send_events disables the input device)
|
|
|
|
|
2016-10-26 07:03:58 +11:00
|
|
|
**input** <identifier> left_handed <enabled|disabled>::
|
|
|
|
Enables or disables left handed mode for specified input device.
|
|
|
|
|
2016-01-23 05:20:31 +11:00
|
|
|
**input** <identifier> middle_emulation <enabled|disabled>::
|
2016-01-17 21:53:37 +11:00
|
|
|
Enables or disables middle click emulation.
|
|
|
|
|
2016-01-23 05:20:31 +11:00
|
|
|
**input** <identifier> natural_scroll <enabled|disabled>::
|
2016-06-10 23:32:14 +10:00
|
|
|
Enables or disables natural (inverted) scrolling for the specified input
|
|
|
|
device.
|
2016-01-17 21:53:37 +11:00
|
|
|
|
2016-01-23 05:20:31 +11:00
|
|
|
**input** <identifier> pointer_accel <[-1,1]>::
|
2016-01-17 21:53:37 +11:00
|
|
|
Changes the pointer acceleration for the specified input device.
|
|
|
|
|
2016-01-23 05:20:31 +11:00
|
|
|
**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>::
|
2016-01-17 21:53:37 +11:00
|
|
|
Changes the scroll method for the specified input device.
|
|
|
|
|
2016-01-23 05:20:31 +11:00
|
|
|
**input** <identifier> tap <enabled|disabled>::
|
2016-01-17 21:53:37 +11:00
|
|
|
Enables or disables tap for specified input device.
|
2016-01-23 05:17:55 +11:00
|
|
|
|
|
|
|
See Also
|
|
|
|
--------
|
|
|
|
|
2016-06-10 23:32:14 +10:00
|
|
|
**sway**(5)
|