mirror of
https://github.com/labwc/labwc.git
synced 2026-03-17 05:33:47 -04:00
rc.xml.all: replace "" with "default" in libinput device category
As empty string there is not matched as how it was expected.
This commit is contained in:
parent
b1c5e95c05
commit
aff673bee4
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@
|
||||||
- tapButtonMap [lrm|lmr]
|
- tapButtonMap [lrm|lmr]
|
||||||
-->
|
-->
|
||||||
<libinput>
|
<libinput>
|
||||||
<device category="">
|
<device category="default">
|
||||||
<naturalScroll></naturalScroll>
|
<naturalScroll></naturalScroll>
|
||||||
<leftHanded></leftHanded>
|
<leftHanded></leftHanded>
|
||||||
<pointerSpeed></pointerSpeed>
|
<pointerSpeed></pointerSpeed>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue