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:
Tomi Ollila 2023-12-29 16:35:01 +02:00
parent f0b72e3af7
commit 302a27b570

View file

@ -407,7 +407,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>