[ltp] Re: x1c and to sensitive touchpad

skeld linux-thinkpad@linux-thinkpad.org
Wed, 5 Feb 2014 13:05:06 -0800 (PST)


Snippet from my ~/.xsessionrc:
# disable trackpad while typing
syndaemon -i 1 -d &

# helps to reduce mouse cursor "jumpiness" on X1 carbon
synclient HorizHysteresis=30 &
synclient VertHysteresis=30 &

# sensitiveness on X1 carbon
synclient FingerLow=40 &
synclient FingerHigh=45 &
synclient MinSpeed=1 &
synclient MaxSpeed=1 &
synclient AccelerationProfile=2 &
synclient ConstantDeceleration=4 &

synclient ClickPad=true &
synclient PalmDetect=true &
synclient TapAndDragGesture=0 & # Disable tap and drag gesture
synclient VertEdgeScroll=0 & # Disable edge scrolling, prefer two-finger
scroll
synclient TapButton1=1 & # one finger - left click
synclient TapButton2=3 & # two fingers - right click
synclient TapButton3=2 & # three fingers - middle click




--
View this message in context: http://linux-thinkpad.10952.n7.nabble.com/x1c-and-to-sensitive-touchpad-tp5174p20933.html
Sent from the Linux Thinkpad mailing list archive at Nabble.com.