old-dotfiles/libinput/30-touchpad.conf
2023-02-28 01:05:14 -05:00

8 lines
174 B
Plaintext

Section "InputClass"
Identifier "touchpad catchall"
Driver "libinput"
MatchIsTouchpad "on"
Option "NaturalScrolling" "True"
Option "Tapping" "True"
EndSection