replace range with horizontalRange and verticalRange

This commit is contained in:
elviosak 2025-11-29 08:01:46 -03:00
parent 35b3980a5b
commit f89c31c2de
5 changed files with 26 additions and 16 deletions

View file

@ -162,7 +162,8 @@
<snapping>
<!-- Set range to 0 to disable window snapping completely -->
<range>10</range>
<horizontalRange>10</horizontalRange>
<verticalRange>10</verticalRange>
<cornerRange>50</cornerRange>
<overlay enabled="yes">
<delay inner="500" outer="500" />
@ -586,7 +587,7 @@
- sendEventsMode [yes|no|disabledOnExternalMouse]
- calibrationMatrix [six float values split by space]
- scrollFactor [float]
The following <libinput>...</libinput> block may not be complete for
your requirements. Default values are device specific. Only set an option
if you require to override the default. Valid values must be inserted.