dotfiles/addons/40-libinput.conf

9 lines
235 B
Plaintext

Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Option "Natural Scrolling" "on"
EndSection