I want to launch a program and have it open its window on a specific
tag. The thing is that I don't want to set up any rules for the window
(for class, instance or so). This because I'm actually experimenting
with a little session handler that should re-open (certain) programs'
windows where they were last time.

I would like to avoid starting a program and then finding its window (by
pid; i.e. wmctrl can do this) and moving it in place. That would
probably also involve waiting around for the window to appear and going
through my programs one by one. (Alternatively creating tag, show it,
launching and waiting for program's window to appear, and the moving on
to the next program). It feels like a hassle and potentially ugly... but
maybe that's the way.

If the tag doesn't exist, I will of course create it first. But any
clues otherwise on how to achieve this? Maybe I'm forgetting something
obvious!



-- 
To unsubscribe, send mail to [email protected].

Reply via email to