aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar Tadeo Kondrak <me@tadeo.ca>2019-10-28 18:26:00 -0600
committerLibravatar Simon Ser <contact@emersion.fr>2019-11-17 13:34:24 +0100
commit4829f1c26a521a4ef6659d91505112cc0be8d237 (patch)
tree4e0987c668241600401755630afe40c3879ca06a /sway/sway-input.5.scd
parentxwayland: get_constraints using size hints (diff)
downloadsway-4829f1c26a521a4ef6659d91505112cc0be8d237.tar.gz
sway-4829f1c26a521a4ef6659d91505112cc0be8d237.tar.zst
sway-4829f1c26a521a4ef6659d91505112cc0be8d237.zip
Implement input map_to_region command
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index 2ee95c0b..d0bf648b 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -88,7 +88,7 @@ The following commands may only be used in the configuration file.
88 Maps inputs from this device to the specified output. Only meaningful if the 88 Maps inputs from this device to the specified output. Only meaningful if the
89 device is a pointer, touch, or drawing tablet device. 89 device is a pointer, touch, or drawing tablet device.
90 90
91*input* <identifier> map_to_region <WxH@X,Y> 91*input* <identifier> map_to_region <X> <Y> <width> <height>
92 Maps inputs from this device to the specified region of the global output 92 Maps inputs from this device to the specified region of the global output
93 layout. Only meaningful if the device is a pointer, touch, or drawing tablet 93 layout. Only meaningful if the device is a pointer, touch, or drawing tablet
94 device. 94 device.