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 0bac8d3e..7c6d6ef3 100644 --- a/arch-config/etc/X11/xorg.conf.d/30-touchpad.conf +++ b/arch-config/etc/X11/xorg.conf.d/30-touchpad.conf @@ -1,7 +1,7 @@ Section "InputClass" Identifier "touchpad" Driver "libinput" - MatchIsTouchpad "on" + MatchIsTouchpad "on" Option "Tapping" "on" - Option "ScrollMethod" "edge + Option "ScrollMethod" "edge EndSection