I have two workspaces: WS1 and WS2.
On WS1, the script below is running in a konsole:
for i in 1..1000; do
xterm -e someprogram argX &;
xterm -e someprogram argY
; done
When I switch to WS2, these xterms starts to show up in WS2. Wherever I am, new windows always pop up on the active workspace. It distract a lot. How can I manage this? I dont want to remove xterm -e
, because once in a while I want to compare outputs of the two commands.
xterm
: the one I use,i3wm
, (by default?) only offers that support for applications that have the "startup notification", effectively creating any other new window in the workspace you are when it is created. – njsg Feb 05 '13 at 06:05-maximized
, if it had a-minimized
option it would do it. – Emmet B Feb 05 '13 at 06:23-minimized
would prevent it from starting opened, but it would still start on the current desktop; if what bugs you is the window appearing in top of what you are doing and you just want to background it, I'd suggest changing the question to reflect that. – njsg Feb 05 '13 at 07:38