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" >/dev
/null
2>&1
29 surf
-e "$xid" "$uri" >/dev
/null
2>&1 &