]> git.mdlowis.com Git - proto/labwc.git/commitdiff
rc.xml.all: add <libinput>
authorJohan Malm <jgm323@gmail.com>
Tue, 19 Oct 2021 20:48:49 +0000 (21:48 +0100)
committerJohan Malm <jgm323@gmail.com>
Tue, 19 Oct 2021 20:48:49 +0000 (21:48 +0100)
docs/rc.xml.all

index a059a858f81db8860c812fa7db9c84ce3b034000..39e0b6b784dc73d120013d1478d5e7a0f6c659b5 100644 (file)
     </context>
   </mouse>
 
+  <!--
+    The *category* element can be set to touch, non-touch, default or the name
+    of a device. You can obtain device names by running *libinput list-devices*
+    as root or member of the input group.
+
+    Tap is set to *yes* be default. All others are left blank in order to use
+    device defaults.
+
+    All values are [yes|no] except for:
+      - pointerSpeed [-1.0 to 1.0]
+      - accelProfile [flat|adaptive]
+  -->
+  <libinput>
+    <device category="">
+      <naturalScroll></naturalScroll>
+      <leftHanded></leftHanded>
+      <pointerSpeed></pointerSpeed>
+      <accelProfile></accelProfile>
+      <tap>yes</tap>
+      <middleEmulation></middleEmulation>
+      <disableWhileTyping></disableWhileTyping>
+    </device>
+  </libinput>
+
 </labwc_config>