1
0
Fork 0
dotfiles2000/system/arch/lib/etc/X11/xorg.conf.d/50-touchpad.conf

14 lines
457 B
Text
Raw Normal View History

2024-10-31 22:09:39 +01:00
##### THIS IS MANAGED BY ANSIBLE #####
Section "InputClass"
Identifier "libinput touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
Option "TappingDrag" "on"
Option "TappingDragLock" "on"
Option "DisableWhileTyping" "on"
Option "NaturalScrolling" "true"
Option "AccelSpeed" "1.1"
#Option "ScrollMethod" "edge"
EndSection