From d86a5a3fe1a614bc8592195e14d1116fe9ffbe08 Mon Sep 17 00:00:00 2001 From: milisbir Date: Tue, 5 Apr 2016 21:24:28 +0000 Subject: [PATCH] touchpad-tamir --- bin/tamir_touchpad | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/tamir_touchpad b/bin/tamir_touchpad index 6cda74e6a..f169b6f99 100755 --- a/bin/tamir_touchpad +++ b/bin/tamir_touchpad @@ -1,5 +1,4 @@ -cat > /usr/share/X11/xorg.conf.d/50-synaptics.conf << "EOF" - +cat <> /usr/share/X11/xorg.conf.d/50-synaptics.conf Section "InputClass" Identifier "touchpad" Driver "synaptics" @@ -21,5 +20,4 @@ Section "InputClass" Option "MaxTapTime" "125" EndSection -EOF - +EOT