xorg-x11-drv-libinput/71-libinput-overrides-wacom...

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