diff --git a/community/lxqt/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf b/community/lxqt/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf new file mode 100644 index 00000000..1e7d12bc --- /dev/null +++ b/community/lxqt/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "tap-by-default" + MatchIsTouchpad "on" + MatchDriver "libinput" + Option "Tapping" "on" +EndSection \ No newline at end of file