diff --git a/oem/infinitybook14-oem-xfce/desktop-overlay/etc/X11/xorg.conf.d/30-touchpad.conf b/oem/infinitybook14-oem-xfce/desktop-overlay/etc/X11/xorg.conf.d/30-touchpad.conf new file mode 100644 index 0000000..4bd1a17 --- /dev/null +++ b/oem/infinitybook14-oem-xfce/desktop-overlay/etc/X11/xorg.conf.d/30-touchpad.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "touchpad" + Driver "libinput" + MatchIsTouchpad "on" + Option "Tapping" "on" +EndSection