dotfiles/X11/xorg.conf.d/30-touchpad.conf
2025-09-03 16:34:06 -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