From d164dce4f06ca1805d8a05a684abd374beca1118 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Tue, 22 Oct 2019 18:34:44 +0200 Subject: [PATCH] [infinity] enable tap-to-click globally --- .../desktop-overlay/etc/X11/xorg.conf.d/30-touchpad.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 oem/infinitybook14-oem-xfce/desktop-overlay/etc/X11/xorg.conf.d/30-touchpad.conf 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