diff --git a/usr/share/X11/xorg.conf.d/40-libinput.conf b/usr/share/X11/xorg.conf.d/40-libinput.conf index 5a8077a..d366b11 100644 --- a/usr/share/X11/xorg.conf.d/40-libinput.conf +++ b/usr/share/X11/xorg.conf.d/40-libinput.conf @@ -35,6 +35,8 @@ Section "InputClass" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" + Option "Tapping" "on" + Option "ClickMethod" "clickfinger" Option "NaturalScrolling" "true" EndSection