From 53b47ce8258f7efe380cc9dab09826b1f0e9bc27 Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Mon, 5 May 2014 15:07:31 -0400
Subject: add synaptics touchpad config options to .xinitrc

---
 .xinitrc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.xinitrc b/.xinitrc
index 2f4d798..d2f09a7 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -54,6 +54,12 @@ nitrogen --restore &&
 
 # configure touchpad
 syndaemon -i 0.8 -d &
+if egrep -iq 'touchpad' /proc/bus/input/devices; then
+	synclient VertEdgeScroll=0 &
+	synclient TapButton1=1 &
+	synclient HorizTwoFingerScroll=1 &
+fi
+
 
 # clipboard manager
 (sleep 3s && clipit) &
-- 
cgit v1.2.1