From 5d981679f92c5388d3ff11eb48210f31f18f325a Mon Sep 17 00:00:00 2001 From: Thanos Apostolou Date: Tue, 19 Sep 2017 19:08:18 +0300 Subject: [PATCH] increase SingleTapTimeout from 10 to 100 --- .../lxde/desktop-overlay/etc/X11/xorg.conf.d/70-synaptics.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/lxde/desktop-overlay/etc/X11/xorg.conf.d/70-synaptics.conf b/community/lxde/desktop-overlay/etc/X11/xorg.conf.d/70-synaptics.conf index a8030fce..05be751f 100644 --- a/community/lxde/desktop-overlay/etc/X11/xorg.conf.d/70-synaptics.conf +++ b/community/lxde/desktop-overlay/etc/X11/xorg.conf.d/70-synaptics.conf @@ -7,7 +7,7 @@ Section "InputClass" Option "TapButton3" "2" Option "VertEdgeScroll" "on" Option "HorizEdgeScroll" "on" - Option "SingleTapTimeout" "10" + Option "SingleTapTimeout" "100" EndSection Section "InputClass"