From 176aae1537d80ba8529a770e162f8b93d97b6299 Mon Sep 17 00:00:00 2001 From: fhdk Date: Fri, 13 Jul 2018 13:11:18 +0200 Subject: [PATCH] [lxqt] synaptics in desktop-overlay --- .../desktop-overlay/etc/X11/xorg.conf.d/50-synaptics.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/lxqt/desktop-overlay/etc/X11/xorg.conf.d/50-synaptics.conf diff --git a/community/lxqt/desktop-overlay/etc/X11/xorg.conf.d/50-synaptics.conf b/community/lxqt/desktop-overlay/etc/X11/xorg.conf.d/50-synaptics.conf new file mode 100644 index 0000000..581221e --- /dev/null +++ b/community/lxqt/desktop-overlay/etc/X11/xorg.conf.d/50-synaptics.conf @@ -0,0 +1,8 @@ +Section "InputClass" + Identifier "touchpad catchall" + Driver "synaptics" + MatchIsTouchpad "on" + Option "TapButton1" "1" + Option "TapButton2" "2" + Option "TapButton3" "3" +EndSection