]> code.delx.au - dotfiles/blob - bin/trackpad-config.sh
synaptics trackpad config
[dotfiles] / bin / trackpad-config.sh
1 #!/bin/bash
2
3 synclient MinSpeed=0.02
4 synclient MaxSpeed=1.00
5 synclient AccelFactor=0.02
6
7 synclient MaxTapTime=180
8 synclient MaxTapMove=517
9 synclient MaxDoubleTapTime=180
10 synclient SingleTapTimeout=50
11 synclient ClickTime=100
12
13 synclient FingerHigh=60
14 synclient FingerLow=50
15
16 synclient ClickPad=1
17 synclient TapButton1=1
18 synclient TapButton2=3
19 synclient TapButton3=2
20 synclient PalmDetect=1
21
22 synclient TapAndDragGesture=0
23 synclient RTCornerButton=0
24 synclient RBCornerButton=0
25 synclient LTCornerButton=0
26 synclient LBCornerButton=0
27 synclient TapAndDragGesture=0
28 synclient FastTaps=0
29 synclient TouchpadOff=0
30