1
0
Fork 0
dotfiles/sysconfig_arch/lib/etc/X11/xorg.conf.d/50-touchpad.conf
J. Elfring (x) ec27fbf5de fixes...
2021-01-28 22:57:56 +01:00

10 lines
315 B
Text

##### THIS IS MANAGED BY ANSIBLE #####
Section "InputClass"
Identifier "libinput touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
Option "DisableWhileTyping" "on"
#Option "ScrollMethod" "edge"
Option "NaturalScrolling" "true"
EndSection