cachyos-settings/usr/share/X11/xorg.conf.d/20-touchpad.conf

8 lines
196 B
Plaintext

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