linuxscripts/etc/X11/xorg.conf.d/40-libinput.conf
2019-06-30 23:27:18 -05:00

7 lines
209 B
Text

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