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 committed by Johan Malm
parent b1c5e95c05
commit aff673bee4

View file

@ -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>