If I open a program, like Firefox, from the terminal then that program will get the focus of the GUI. Can I somehow open it so that it will run in the visual background and not pop up, blocking any current program I am working with?
My problem is that I use karma test runner which is run every time I edit my code. Whenever that is done karma launches a browser which pops up in front of everything else on the screen which can be quite annoying.
I am using Ubuntu 13.04.
devilspie
lets you set up rules to be applied to newly opened windows, such as sending them to specific workspaces or minimising them. See http://askubuntu.com/questions/20989/how-do-i-tell-a-start-up-program-to-start-minimized – chronitis Jul 29 '13 at 15:31