aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2021-02-08 19:23:46 +0100
committerLibravatar Tudor Brindus <me@tbrindus.ca>2021-02-25 09:38:00 -0500
commit641b8719ad7238cbc423c5575a58ac509bfcad02 (patch)
treeff5bc83ecf0c95defb1b816e18dc9524ca1530db /sway/sway-input.5.scd
parentrender: handle containers without output when rendering titles (diff)
downloadsway-641b8719ad7238cbc423c5575a58ac509bfcad02.tar.gz
sway-641b8719ad7238cbc423c5575a58ac509bfcad02.tar.zst
sway-641b8719ad7238cbc423c5575a58ac509bfcad02.zip
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.scd3
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.
111 Maps inputs from this device to the specified output. Only meaningful if the 111 Maps inputs from this device to the specified output. Only meaningful if the
112 device is a pointer, touch, or drawing tablet device. 112 device is a pointer, touch, or drawing tablet device.
113 113
114 The wildcard _\*_ can be used to map the input device to the whole desktop
115 layout.
116
114*input* <identifier> map_to_region <X> <Y> <width> <height> 117*input* <identifier> map_to_region <X> <Y> <width> <height>
115 Maps inputs from this device to the specified region of the global output 118 Maps inputs from this device to the specified region of the global output
116 layout. Only meaningful if the device is a pointer, touch, or drawing tablet 119 layout. Only meaningful if the device is a pointer, touch, or drawing tablet