xorg-x11-drv-libinput/SOURCES/71-libinput-overrides-wacom.conf
2021-09-10 06:06:43 +00:00

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