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/

Attachment: signature.asc
Description: Digital signature

Reply via email to