Enable tapping

This commit is contained in:
Ethan Lane 2025-02-21 08:49:42 +00:00
parent 4608880969
commit 34b57f9a14

View file

@ -35,8 +35,9 @@ Section "InputClass"
MatchIsTouchpad "on" MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*" MatchDevicePath "/dev/input/event*"
Driver "libinput" Driver "libinput"
Option "NaturalScrolling" "True" Option "NaturalScrolling" "True"
Option "TappingButtonMap" "lrm" Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
EndSection EndSection
Section "InputClass" Section "InputClass"