> Thanks. I'll check this out if I can't get the "open in a new tab"
> behavior to not act like "open a new window".
I use a script
moz -a firefox -remote "openURL($@,new-tab)" &
else
moz $@ &
with wmctrl
[script] <url> && wmctrl -a Mozilla
Open a new tab (or a firefox session if not opened) and focus
on the workspace where firefox is.
gv