how to make the new window popout from the workspace where it is called
For example, What I wish to achieve is that, if i type gvim & enter in a terminal located in workspace 5 and immediately switched to workspace 6. gvim should pop out in workspace 5. Currently, without the desired function, gvim is created in workspace 6.
This is a general configureation for all windows. therefore, transfering the window with particular name or class to specific workspace does not work for me:
https://faq.i3wm.org/question/2135/op...
This method is quite useful to separate the projects I am working into different workspaces. Every time I finish project 1 input in workspace 1 and expect new windows comming in 10 minutes, I can switch to workspace 2 and work on project 2. Currnetly, without the desired function, all the new windows associated with project 1 will appear at workspace 2 (sincei am working on that during the 10 min waiting), mixing up windows associated with project 2, and vise versa.
Thanks