1
0
Fork 0
dotfiles/sysconfig_arch/lib/etc/X11/xorg.conf.d/50-touchpad.conf

14 lines
457 B
Text
Raw Normal View History

2021-01-28 22:57:56 +01:00
##### THIS IS MANAGED BY ANSIBLE #####
Section "InputClass"
Identifier "libinput touchpad"
MatchIsTouchpad "on"
Driver "libinput"
2021-11-30 21:51:39 +01:00
Option "Tapping" "on"
Option "TappingDrag" "on"
Option "TappingDragLock" "on"
2021-01-28 22:57:56 +01:00
Option "DisableWhileTyping" "on"
2021-11-30 21:51:39 +01:00
Option "NaturalScrolling" "true"
Option "AccelSpeed" "1.1"
#Option "ScrollMethod" "edge"
2021-01-28 22:57:56 +01:00
EndSection