Enable multi-finger gestrues and tapping

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

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