]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs: extend touch section
authorJens Peters <jp7677@gmail.com>
Fri, 19 Jan 2024 09:37:33 +0000 (10:37 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 22 Jan 2024 21:50:18 +0000 (21:50 +0000)
docs/labwc-config.5.scd
docs/rc.xml.all

index f1f996d38a6600e9081f88caa0463094c92d7e76..1e0a553ec83f4480b9de717eee3e56776e8dd2d6 100644 (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.
index 7481e30343f095d587d6b74b7d8d47cccac46033..7f59a1d35244b0e2684bc86098975791d5ce155d 100644 (file)
   </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.