dotfiles/config/xorg.conf.d/70-touchpad.conf

9 lines
208 B
Text
Raw Permalink Normal View History

Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "DisableWhileTyping" "true"
Option "Tapping" "on"
Option "NaturalScrolling" "false"
EndSection