dotfiles/x/01-touchpad.conf

10 lines
267 B
Plaintext
Raw Normal View History

Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "Tapping" "True"
Option "TappingDrag" "True"
Option "NaturalScrolling" "True"
Driver "libinput"
EndSection