diff --git a/arch-config/etc/X11/xorg.conf.d/30-touchpad.conf b/arch-config/etc/X11/xorg.conf.d/30-touchpad.conf new file mode 100644 index 00000000..0bac8d3e --- /dev/null +++ b/arch-config/etc/X11/xorg.conf.d/30-touchpad.conf @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "touchpad" + Driver "libinput" + MatchIsTouchpad "on" + Option "Tapping" "on" + Option "ScrollMethod" "edge +EndSection