dotfiles/X11/30-touchpad.conf
2024-07-30 11:34:20 -06:00

8 lines
186 B
Text

Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "tapping" "on"
Option "NaturalScrolling" "on"
Option "DisableWhileTyping" "off"
EndSection