diff --git a/arch-config/etc/X11/xorg.conf.d/30-touchpad.conf b/arch-config/etc/X11/xorg.conf.d/30-touchpad.conf index 7c6d6ef3..376f9c40 100644 --- a/arch-config/etc/X11/xorg.conf.d/30-touchpad.conf +++ b/arch-config/etc/X11/xorg.conf.d/30-touchpad.conf @@ -3,5 +3,5 @@ Section "InputClass" Driver "libinput" MatchIsTouchpad "on" Option "Tapping" "on" - Option "ScrollMethod" "edge + Option "ScrollMethod" "twofinger" EndSection