Statistikker: af Bladtman242 — 28. apr 2010, 21:06
Statistikker: af bagger — 28. apr 2010, 20:09
then
synclient touchpadoff=0
else
synclient touchpadoff=1
#!/bin/sh
tpCheck=`synclient -l | grep -i 'touchpadoff'`
if ["$tpCheck" == "TouchpadOff = 1"]
then
synclient touchpadoff=0
else
synclient touchpadoff=1
fi
exit
(hvis touchpad'et er slået til, ellers 0 i stedet for 19: [ TouchpadOff = 1: not found
Statistikker: af Bladtman242 — 28. apr 2010, 19:53