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

7 lines
195 B
Text

Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "MaxTapTime" "0"
EndSection