
ASUX UX31, touchpad settings
By:
bligneri on Jan 28th, 2012 | syntax:
Bash | size: 0.75 KB | hits: 96 | expires: Never
ben@Elrond:~/Bin$ cat sinclient.sh
#!/bin/bash
# higher sensitivity
synclient FingerLow=9 FingerHigh=12
# faster movements
synclient MinSpeed=2.0 MaxSpeed=3.5 AccelFactor=0.1
# 2 fingers scroll
synclient VertTwoFingerScroll=1 HorizTwoFingerScroll=1
# faster coasting
synclient CoastingSpeed=10 CoastingFriction=25
# enable tap to click (2 fingers for middle click, 3 fingers for right click)
synclient TapButton1=1 TapButton2=3 TapButton3=2
# faster tap and double tap
synclient FastTaps=1 MaxDoubleTapTime=100
# continue dragging movement when reaching the edge of the touchpad
synclient EdgeMotionMinZ=30 EdgeMotionMaxZ=40 EdgeMotionMinSpeed=100 EdgeMotionMaxSpeed=400
# for drag& drop : bug Ubuntu 11.10
synclient SingleTapTimeout=350