dotfiles/xorg_conf/90-touchpad.conf

7 lines
205 B
Text

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