]> code.delx.au - dotfiles/blobdiff - bin/trackpad-config.sh
moved to scripts repository
[dotfiles] / bin / trackpad-config.sh
diff --git a/bin/trackpad-config.sh b/bin/trackpad-config.sh
deleted file mode 100755 (executable)
index 09f7b12..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/bash
-
-synclient MinSpeed=1.50
-synclient MaxSpeed=4.50
-synclient AccelFactor=0.1
-
-synclient MaxTapTime=180
-synclient MaxTapMove=517
-synclient MaxDoubleTapTime=180
-synclient SingleTapTimeout=50
-synclient ClickTime=100
-
-# run this twice to ensure it works no matter what the previous values were
-for i in 1 2; do
-    synclient FingerHigh=30
-    synclient FingerLow=20
-done
-
-synclient ClickPad=1
-synclient TapButton1=1
-synclient TapButton2=3
-synclient TapButton3=2
-synclient PalmDetect=0
-synclient VertTwoFingerScroll=1
-synclient HorizTwoFingerScroll=1
-
-synclient TapAndDragGesture=0
-synclient RTCornerButton=0
-synclient RBCornerButton=0
-synclient LTCornerButton=0
-synclient LBCornerButton=0
-synclient TapAndDragGesture=0
-synclient TouchpadOff=0
-