David C. Rankin wrote:
On 06/15/2012 04:47 PM, James Knott wrote:
Oddball wrote:
Thnx, the touchpad is a disaster atm: have to set it to off when typing..;-)
I know that feeling all too well, which is why I always disable the touch pad and use the trackpoint on my ThinkPad. If it's synaptics (or using the driver), then syndaemon is your friend:)
echo 'syndaemon -d -K'> ~/.kde/Autostart/fixtpad chmod 0754 ~/.kde/Autostart/fixtpad
(or substitute your favorite desktop's autostart location)
Works like a champ in 11.4& kde3. It has worked the same way since? 10.0? So well, I had forgotten it was even running.
I just create a script in the Autostart folder: #!/bin/sh synclient TouchpadOff=1 Works fine. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org