linuxscripts/xorg.conf.d/40-libinput.conf
2018-06-04 17:48:31 -05:00

8 lines
203 B
Text

Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
EndSection