From: James Bunton Date: Mon, 14 May 2012 01:09:26 +0000 (+1000) Subject: synaptics trackpad config X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/87c8b9e0c8d6d693338e80b608f41cb39b52ceeb synaptics trackpad config --- diff --git a/bin/trackpad-config.sh b/bin/trackpad-config.sh new file mode 100755 index 0000000..50f2b49 --- /dev/null +++ b/bin/trackpad-config.sh @@ -0,0 +1,30 @@ +#!/bin/bash + +synclient MinSpeed=0.02 +synclient MaxSpeed=1.00 +synclient AccelFactor=0.02 + +synclient MaxTapTime=180 +synclient MaxTapMove=517 +synclient MaxDoubleTapTime=180 +synclient SingleTapTimeout=50 +synclient ClickTime=100 + +synclient FingerHigh=60 +synclient FingerLow=50 + +synclient ClickPad=1 +synclient TapButton1=1 +synclient TapButton2=3 +synclient TapButton3=2 +synclient PalmDetect=1 + +synclient TapAndDragGesture=0 +synclient RTCornerButton=0 +synclient RBCornerButton=0 +synclient LTCornerButton=0 +synclient LBCornerButton=0 +synclient TapAndDragGesture=0 +synclient FastTaps=0 +synclient TouchpadOff=0 +