From 8a7034c6d2ff78e9f0d8782e1cfdc18fe6b26881 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 25 Dec 2017 16:36:38 +0100 Subject: [PATCH] Enable touchpad tapping --- etc/X11/xorg.conf.d/30-touchpad.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etc/X11/xorg.conf.d/30-touchpad.conf diff --git a/etc/X11/xorg.conf.d/30-touchpad.conf b/etc/X11/xorg.conf.d/30-touchpad.conf new file mode 100644 index 0000000..20b67a3 --- /dev/null +++ b/etc/X11/xorg.conf.d/30-touchpad.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "touchpad" + Driver "libinput" + MatchIsTouchpad "on" + Option "Tapping" "on" +EndSection