Files
march/etc/X11/xorg.conf.d/30-touchpad.conf
2020-05-23 15:00:17 +02:00

9 lines
207 B
Plaintext

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