On Mon, Jun 16, 2008 at 11:41:08PM +0200, Sladi wrote: > I have one minor issue: When starting an application, which takes a bit > to load, I'd like to be able to switch tags and have that app still > starting where I issued the command. Currently it will appear in the > current tag (when it has a window I guess). It would be nice if the > start command looked where it was issued and put the app in that tag.
I *think* this is one of the usecases for wihack, though I don't use it: $ wihack -tags my+tags+here my_program Or, for the current tag, something like: $ wihack -tags $(wmiir read /tag/sel/ctl | head -n1) my_program Jakob
