Archived
1
0
Fork 0
This repository has been archived on 2024-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/sysconfig_arch/lib/etc/X11/xorg.conf.d/50-touchpad.conf
2021-11-30 21:51:39 +01:00

13 lines
457 B
Text

##### 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