3 # See the LICENSE file for copyright and license details.
6 xidfile="$HOME/tmp/tabbed-surf.xid"
15 tabbed -dn tabbed-surf -r 2 surf -e '' "$uri" >"$xidfile" \
19 if [ ! -r "$xidfile" ];
24 xprop -id "$xid" 2>&1 >/dev/null
29 surf -e "$xid" "$uri" 2>&1 >/dev/null &