blob: 26643b82a2a73bf126e7946607f4a1d565f63206 (
plain)
1
2
3
4
5
6
7
8
9
|
Section "InputClass"
Identifier "force libinput as driver for wacom tablet touchpad"
MatchUSBID "056a:*"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "true"
Driver "libinput"
Option "NaturalScrolling" "true"
EndSection
|