Hello,
I'm using surf(0.4)+spacebed with below;
#!/bin/sh
if [ ! "$(pidof spacebed)" ]
then
spacebed -d > /tmp/spacebed.xid
fi
surf -e `cat /tmp/spacebed.xid` $1 > /dev/null 2>&1 &
Is this less suckmore or any problem?
--
w.tknv/
Received on Fri Jun 07 2013 - 02:15:23 CEST