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