xorg-x11-drv-libinput/71-libinput-overrides-wacom.conf
Troy Dawson 7799d72ee2 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/xorg-x11-drv-libinput#8a81bdcb358b01d0e2c51d4926a52eed029147f8
2020-10-15 14:09:01 -07: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