7799d72ee2
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
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
|