Enable multi-finger gestrues and tapping

This commit is contained in:
har0ke 2021-08-28 19:11:33 +02:00
parent 523ba3e657
commit 9121173b29

View File

@ -35,6 +35,8 @@ Section "InputClass"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
Option "ClickMethod" "clickfinger"
Option "NaturalScrolling" "true"
EndSection