dotfiles/slackware/etc/X11/xorg.conf.d/10-synaptics.conf

8 lines
195 B
Text
Raw Normal View History

2022-07-31 12:57:31 -04:00
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "MaxTapTime" "0"
EndSection