2016-01-17 11:53:37 +01:00
|
|
|
/////
|
2017-12-16 14:19:33 +01:00
|
|
|
vim:set ft=asciidoc ts=4 sw=4 tw=82 noet:
|
2016-01-17 11:53:37 +01:00
|
|
|
/////
|
2016-01-22 19:15:03 +01:00
|
|
|
sway-input (5)
|
|
|
|
==============
|
2016-01-17 11:53:37 +01:00
|
|
|
|
|
|
|
Name
|
|
|
|
----
|
2016-01-22 19:15:03 +01:00
|
|
|
sway-input - input configuration file and commands
|
2016-01-17 11:53:37 +01:00
|
|
|
|
|
|
|
Description
|
|
|
|
-----------
|
|
|
|
|
2017-12-16 14:19:33 +01:00
|
|
|
Sway allows for configuration of devices within the sway configuration file.
|
2017-10-14 21:39:53 +02:00
|
|
|
sway-input commands must be used inside an _input { }_ block in the config.
|
|
|
|
To obtain a list of available device identifiers, run **swaymsg -t get_inputs**.
|
2016-01-17 11:53:37 +01:00
|
|
|
|
2017-12-16 14:19:33 +01:00
|
|
|
Input Commands
|
|
|
|
--------------
|
|
|
|
|
|
|
|
Keyboard Configuration
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
For more information on these xkb configuration options, see
|
|
|
|
**xkeyboard-config**(7).
|
|
|
|
|
|
|
|
**input** <identifier> xkb_layout <layout_name>::
|
|
|
|
Sets the layout of the keyboard like _us_ or _de_.
|
|
|
|
|
|
|
|
**input** <identifier> xkb_model <model_name>::
|
|
|
|
Sets the model of the keyboard. This has an influence for some extra keys your
|
|
|
|
keyboard might have.
|
|
|
|
|
|
|
|
**input** <identifier> xkb_options <options>::
|
|
|
|
Sets extra xkb configuration options for the keyboard.
|
|
|
|
|
|
|
|
**input** <identifier> xkb_rules <rules>::
|
|
|
|
Sets files of rules to be used for keyboard mapping composition.
|
|
|
|
|
|
|
|
**input** <identifier> xkb_variant <variant>::
|
|
|
|
Sets the variant of the keyboard like _dvorak_ or _colemak_.
|
|
|
|
|
2018-04-08 20:15:13 +02:00
|
|
|
Mapping Configuration
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
**input** <identifier> map_to_output <identifier>::
|
|
|
|
Maps inputs from this device to the specified output. Only meaningful if the
|
|
|
|
device is a pointer, touch, or drawing tablet device.
|
|
|
|
|
|
|
|
**input** <identifier> map_to_region <WxH\@X,Y>::
|
|
|
|
Maps inputs from this device to the specified region of the global output
|
|
|
|
layout. Only meaningful if the device is a pointer, touch, or drawing tablet
|
|
|
|
device.
|
|
|
|
|
2018-04-24 20:39:29 +02:00
|
|
|
**input** <identifier> map_from_region <X1xY1> <X2xY2>::
|
|
|
|
Ignores inputs from this device that do not occur within the specified
|
|
|
|
region. Can be in millimeters (e.g. 10x20mm 20x40mm) or in terms of 0..1
|
|
|
|
(e.g. 0.5x0.5 0.7x0.7). Not all devices support millimeters. Only meaningful
|
|
|
|
if the device is not a keyboard an provides events in absolute terms (such
|
|
|
|
as a drawing tablet or touch screen - most pointers provide events relative
|
|
|
|
to the previous frame).
|
2018-04-08 20:15:13 +02:00
|
|
|
|
2017-12-16 14:19:33 +01:00
|
|
|
Libinput Configuration
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
2016-01-17 11:53:37 +01:00
|
|
|
|
2016-05-01 12:02:44 +02:00
|
|
|
**input** <identifier> accel_profile <adaptive|flat>::
|
|
|
|
Sets the pointer acceleration profile for the specified input device.
|
|
|
|
|
2016-01-22 19:20:31 +01:00
|
|
|
**input** <identifier> click_method <none|button_areas|clickfinger>::
|
2016-01-17 11:53:37 +01:00
|
|
|
Changes the click method for the specified device.
|
|
|
|
|
2016-01-22 19:20:31 +01:00
|
|
|
**input** <identifier> drag_lock <enabled|disabled>::
|
2016-01-17 11:53:37 +01:00
|
|
|
Enables or disables drag lock for specified input device.
|
|
|
|
|
2016-01-22 19:20:31 +01:00
|
|
|
**input** <identifier> dwt <enabled|disabled>::
|
2016-01-17 11:53:37 +01:00
|
|
|
Enables or disables disable-while-typing for the specified input device.
|
|
|
|
|
2017-05-06 11:45:17 +02:00
|
|
|
**input** <identifier> events <enabled|disabled|disabled_on_external_mouse>::
|
2016-01-17 11:53:37 +01:00
|
|
|
Enables or disables send_events for specified input device.
|
2017-10-14 21:39:53 +02:00
|
|
|
(Disabling send_events disables the input device)
|
2016-01-17 11:53:37 +01:00
|
|
|
|
2016-10-25 22:03:58 +02:00
|
|
|
**input** <identifier> left_handed <enabled|disabled>::
|
|
|
|
Enables or disables left handed mode for specified input device.
|
|
|
|
|
2016-01-22 19:20:31 +01:00
|
|
|
**input** <identifier> middle_emulation <enabled|disabled>::
|
2016-01-17 11:53:37 +01:00
|
|
|
Enables or disables middle click emulation.
|
|
|
|
|
2016-01-22 19:20:31 +01:00
|
|
|
**input** <identifier> natural_scroll <enabled|disabled>::
|
2016-06-10 15:32:14 +02:00
|
|
|
Enables or disables natural (inverted) scrolling for the specified input
|
|
|
|
device.
|
2016-01-17 11:53:37 +01:00
|
|
|
|
2016-01-22 19:20:31 +01:00
|
|
|
**input** <identifier> pointer_accel <[-1,1]>::
|
2016-01-17 11:53:37 +01:00
|
|
|
Changes the pointer acceleration for the specified input device.
|
|
|
|
|
2018-04-18 15:19:23 +02:00
|
|
|
**input** <identifier> repeat_delay <milliseconds>::
|
|
|
|
Sets the amount of time a key must be held before it starts repeating.
|
|
|
|
|
2018-04-19 05:48:20 +02:00
|
|
|
**input** <identifier> repeat_rate <characters per second>::
|
2018-04-18 15:19:23 +02:00
|
|
|
Sets the frequency of key repeats once the repeat_delay has passed.
|
|
|
|
|
2016-01-22 19:20:31 +01:00
|
|
|
**input** <identifier> scroll_method <none|two_finger|edge|on_button_down>::
|
2016-01-17 11:53:37 +01:00
|
|
|
Changes the scroll method for the specified input device.
|
|
|
|
|
2016-01-22 19:20:31 +01:00
|
|
|
**input** <identifier> tap <enabled|disabled>::
|
2016-01-17 11:53:37 +01:00
|
|
|
Enables or disables tap for specified input device.
|
2016-01-22 19:17:55 +01:00
|
|
|
|
2017-12-16 14:19:33 +01:00
|
|
|
Seat Configuration
|
|
|
|
------------------
|
|
|
|
|
|
|
|
Configure options for multiseat mode. sway-seat commands must be used inside a
|
|
|
|
_seat { }_ block in the config.
|
|
|
|
|
|
|
|
A _seat_ is a collection of input devices that act independently of each other.
|
|
|
|
Seats are identified by name and the default seat is _seat0_ if no seats are
|
|
|
|
configured. Each seat has an independent keyboard focus and a separate cursor that
|
|
|
|
is controlled by the pointer devices of the seat. This is useful for multiple
|
|
|
|
people using the desktop at the same time with their own devices (each sitting in
|
|
|
|
their own "seat").
|
|
|
|
|
|
|
|
**seat** <name> attach <input_identifier>::
|
|
|
|
Attach an input device to this seat by its input identifier. A special value
|
|
|
|
of _*_ will attach all devices to the seat.
|
|
|
|
|
2017-12-19 10:52:03 +01:00
|
|
|
**seat** <name> fallback <true|false>::
|
|
|
|
Set this seat as the fallback seat. A fallback seat will attach any device not
|
|
|
|
explicitly attached to another seat (similar to a "default" seat).
|
|
|
|
|
2016-01-22 19:17:55 +01:00
|
|
|
See Also
|
|
|
|
--------
|
|
|
|
|
2016-06-10 15:32:14 +02:00
|
|
|
**sway**(5)
|