archinstall/rootfs/etc/X11/xorg.conf.d/30-touchpad.conf

9 lines
266 B
Plaintext

Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "true"
Option "Tapping" "true"
Option "ClickMethod" "clickfinger"
Option "NaturalScrolling" "true"
EndSection