aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar iff <98851855+iffse@users.noreply.github.com>2023-09-10 21:28:07 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2023-10-05 10:04:32 +0200
commit8a8fb76ec1d0b9a269b86688cff419201d1e6f62 (patch)
tree8e5a4bf947b287edeae0a55ff3cd3b962833ac23
parentDrop support for KDE's idle protocol (diff)
downloadsway-8a8fb76ec1d0b9a269b86688cff419201d1e6f62.tar.gz
sway-8a8fb76ec1d0b9a269b86688cff419201d1e6f62.tar.zst
sway-8a8fb76ec1d0b9a269b86688cff419201d1e6f62.zip
Update sway-input.5.scd
-rw-r--r--sway/sway-input.5.scd15
1 files changed, 10 insertions, 5 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index 8a1f2700..442311bb 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -121,11 +121,16 @@ The following commands may only be used in the configuration file.
121 121
122*input* <identifier> map_from_region <X1xY1> <X2xY2> 122*input* <identifier> map_from_region <X1xY1> <X2xY2>
123 Ignores inputs from this device that do not occur within the specified 123 Ignores inputs from this device that do not occur within the specified
124 region. Can be in millimeters (e.g. 10x20mm 20x40mm) or in terms of 0..1 124 region. Can be in millimeters (e.g. 10x20mm 20x40mm) or the fraction of the
125 (e.g. 0.5x0.5 0.7x0.7). Not all devices support millimeters. Only meaningful 125 full available space in terms of 0..1 (e.g. 0.5x0.5 0.7x0.7). Not all
126 if the device is not a keyboard and provides events in absolute terms (such 126 devices support millimeters. Only meaningful if the device is not a
127 as a drawing tablet or touch screen - most pointers provide events relative 127 keyboard and provides events in absolute terms (such as a drawing tablet
128 to the previous frame). 128 or touch screen - most pointers provide events relative to the previous
129 frame).
130
131 Commonly used to maintain the aspect ratio of the input device and screen.
132 Cropping a 16:10 input region to match a 16:9 display can use 0x0 1x0.9 as
133 the argument.
129 134
130## LIBINPUT CONFIGURATION 135## LIBINPUT CONFIGURATION
131 136