I have a script that recompiles and relaunches a software project I am building in linux. However, I don't usually want to see my program's window immediately after it has launched, as I want to keep my keyboard focus on my vim window.
Normally, my program launches, is automatically given focus, and appears on top of the other windows on my workspace.
Is it possible in linux to launch a program but not have it steal focus, and not have it appear on top of all other windows?
Note: If it matters, I am running Fedora 13, GNOME, compiz, and use Emerald themes.