docs: extend touch section

This commit is contained in:
Jens Peters 2024-01-19 10:37:33 +01:00 committed by Johan Malm
parent 1d4961650f
commit e547e29563
2 changed files with 15 additions and 2 deletions

View file

@ -479,9 +479,16 @@ windows using the mouse.
## TOUCH
```
<touch mapToOutput="" />
<touch deviceName="" mapToOutput="" />
```
*<touch deviceName="" />*
A touch configuration can be bound to a specifc device. If device
name is left empty, the touch configuration applies to all touch
devices or functions as a fallback. Multiple touch configurations
can exist.
See the libinput device section for obtaining the device names.
*<touch mapToOutput="" />*
Direct cursor movement to a specified output. If the compositor is
running in nested mode, this does not take effect.

View file

@ -422,10 +422,16 @@
</mouse>
<!--
A touch configuration can be bound to a specifc device. If device
name is left empty, the touch configuration applies to all touch
devices or functions as a fallback. Multiple touch configurations
can exist.
See the libinput device section for obtaining the device names.
Direct cursor movement to a specified output. If the compositor is
running in nested mode, this does not take effect.
-->
<touch mapToOutput="" />
<touch deviceName="" mapToOutput="" />
<!--
The tablet cursor movement can be restricted to a single output.