mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
rc.xml.all: add <libinput>
This commit is contained in:
parent
ecc28d5e10
commit
960f8ebe11
1 changed files with 24 additions and 0 deletions
|
|
@ -108,4 +108,28 @@
|
||||||
</context>
|
</context>
|
||||||
</mouse>
|
</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>
|
</labwc_config>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue