1
0
Fork 0

Some Fixes...

This commit is contained in:
J. Elfring 2021-11-30 21:51:39 +01:00
parent 466938ac8e
commit 4c456abf16

View file

@ -3,8 +3,11 @@ Section "InputClass"
Identifier "libinput touchpad" Identifier "libinput touchpad"
MatchIsTouchpad "on" MatchIsTouchpad "on"
Driver "libinput" Driver "libinput"
Option "Tapping" "on" Option "Tapping" "on"
Option "TappingDrag" "on"
Option "TappingDragLock" "on"
Option "DisableWhileTyping" "on" Option "DisableWhileTyping" "on"
#Option "ScrollMethod" "edge" Option "NaturalScrolling" "true"
Option "NaturalScrolling" "true" Option "AccelSpeed" "1.1"
#Option "ScrollMethod" "edge"
EndSection EndSection