You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.6 KiB

9 years ago
/////
vim:set ts=4 sw=4 tw=82 noet:
/////
sway-input (5)
==============
9 years ago
Name
----
sway-input - input configuration file and commands
9 years ago
Description
-----------
Sway allows for configuration of libinput devices through _input { }_ blocks in
your config file. To obtain a list of available devices, run **swaymsg -t
get_inputs**.
9 years ago
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>::
9 years ago
Changes the click method for the specified device.
**input** <identifier> drag_lock <enabled|disabled>::
9 years ago
Enables or disables drag lock for specified input device.
**input** <identifier> dwt <enabled|disabled>::
9 years ago
Enables or disables disable-while-typing for the specified input device.
**input** <identifier> events <enable|disabled>::
9 years ago
Enables or disables send_events for specified input device.
(Disabling send_events disables the input device)
**input** <identifier> middle_emulation <enabled|disabled>::
9 years ago
Enables or disables middle click emulation.
**input** <identifier> natural_scroll <enabled|disabled>::
Enables or disables natural (inverted) scrolling for the specified input
device.
9 years ago
**input** <identifier> pointer_accel <[-1,1]>::
9 years ago
Changes the pointer acceleration for the specified input device.
**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>::
9 years ago
Changes the scroll method for the specified input device.
**input** <identifier> tap <enabled|disabled>::
9 years ago
Enables or disables tap for specified input device.
See Also
--------
**sway**(5)