fix wandering Dell touchpad in Kubuntu

Derek Broughton news at pointerstop.ca
Tue Jul 8 12:54:24 UTC 2008


Alexander Smirnov wrote:

> #!/bin/bash
> 
> current=`synclient -l | grep TouchpadOff | awk 'BEGIN{FS="= "}{print $2}'`
> 
> if [ $current -eq 0 ]; then
> synclient TouchpadOff=1;
> else
> synclient TouchpadOff=0;
> 

There _must_ be a way to do that in one line :-)
-- 
derek





More information about the kubuntu-users mailing list