Restore similar windows (just two empty terminals) #6542
-
|
Hello there, ObjectiveStart i3 and open two empty terminals, each in different tabbed layout sized differently. But there is no way to distinguish them in the layout.json printed by SynopsisAccording to the docs, I just use ProblemIs that, i3 expects windows to be different in some way; i.e an htop terminal and cmus terminal....but i just want two empty terminals and there is no way to distinguish them! **When I open i3 and append layout, place holder 1 quickly grabs the terminal and place holder 2 takes it from 1 (closing it) and i in turn end up with one terminal Desired end resultAll these terminals are in separate tabbed layouts |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
If you want to distinguish two terminals, you can launch each one of them with a different window class/instance (check the help of your terminal emulator) and then modify the layout criteria based on that. However, I think your use case doesn't even need that. I find it strange that i3 somehow "closes" the terminal consumed by the first placeholder. Please share your layout file. And are you manually launching the terminals after appending the layout? |
Beta Was this translation helpful? Give feedback.
If you want to distinguish two terminals, you can launch each one of them with a different window class/instance (check the help of your terminal emulator) and then modify the layout criteria based on that.
However, I think your use case doesn't even need that. I find it strange that i3 somehow "closes" the terminal consumed by the first placeholder. Please share your layout file. And are you manually launching the terminals after appending the layout?