8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
# Assign libinput back to touchpads on Wacom tablets
|
|
Section "InputClass"
|
|
Identifier "libinput overrides wacom touchpads"
|
|
MatchDriver "wacom"
|
|
MatchIsTouchpad "true"
|
|
Driver "libinput"
|
|
EndSection
|