no workspace selected after window moved to scratchpad [closed]
I am trying to launch a web browser when I start i3, but it only works sporadically. I think what's happening is that I've also got a terminal set to open with a particular name and used a for_window
assignment to move it to the scratchpad. I think this is leaving no workspace selected and then the browser doesn't have a workspace to show up on, even though I open it via exec i3-msg "workspace number 4; exec google-chrome"
as the last thing in my config. When this glitchy thing happens, I have to select a workspace (via the mouse as the keybindings to select one don't work either) and then open a new instance of the browser, which opens both windows. Sometimes it works just fine, which leads me to believe that there's probably a race condition.
My questions are:
Is it possible to move the terminal window into the scratchpad and leave another workspace selected?
Is there a better way to move the terminal to the scratchpad?
i3 version 4.8 (2014-06-15, branch "4.8") © 2009-2014 Michael Stapelberg and contributors
You’re doing everything right, it seems. Please open a bug at http://bugs.i3wm.org/
Done. Thanks for looking into it.
deleted as irrelevant