diff options
author | Simon Ser <contact@emersion.fr> | 2021-02-08 19:23:46 +0100 |
---|---|---|
committer | Tudor Brindus <me@tbrindus.ca> | 2021-02-25 09:38:00 -0500 |
commit | 641b8719ad7238cbc423c5575a58ac509bfcad02 (patch) | |
tree | ff5bc83ecf0c95defb1b816e18dc9524ca1530db /sway/sway-input.5.scd | |
parent | e01a3c85f65f0cbf1c196021461669c2f93d4e4d (diff) |
man: document `input XXX map_to_output *`
This is useful to reset the output mapping.
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r-- | sway/sway-input.5.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index dbf21d93..25f6de18 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -111,6 +111,9 @@ The following commands may only be used in the configuration file. Maps inputs from this device to the specified output. Only meaningful if the device is a pointer, touch, or drawing tablet device. + The wildcard _\*_ can be used to map the input device to the whole desktop + layout. + *input* <identifier> map_to_region <X> <Y> <width> <height> 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 |