Files
dotfiles/.setup/config/resources/30-touchpad.conf
T

10 lines
243 B
Plaintext

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