You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@johnae regarding #42#45 tested! It works. Thanks for the prompt fix.
An observation: the workspace seems to be destroyed and a new one with the same name is created just after. This results in a "flicker" of the workspace bar. Maybe its a question of refactoring? – but would it not be ideal to have a behavior similar to sway's own layout change, e.g. tabbed, stacked, split which does no such thing as a "pop/push" to the workspaces.
The text was updated successfully, but these errors were encountered:
@salkin-mada Absolutely, that was what I initially looked into. It's non-trivial however as sway doesn't have a way to control layout other than moving windows up, down, left, right or to a mark. You have very little control unfortunately for something like master stack or layouts in general. Persway is, in some ways, essentially a hack.
As this issue (flickering etc) affects relayout only and I personally don't change layouts on the fly that often, it seemed like a reasonable tradeoff as we can reuse the way layouts otherwise are implemented.
I'm ofc not opposed to something better and if I find the time I might give this another try (I've tried several times already though and always ended up with worse tradeoffs unfortunately).
@johnae regarding #42 #45 tested! It works. Thanks for the prompt fix.
An observation: the workspace seems to be destroyed and a new one with the same name is created just after. This results in a "flicker" of the workspace bar. Maybe its a question of refactoring? – but would it not be ideal to have a behavior similar to
sway
's own layout change, e.g. tabbed, stacked, split which does no such thing as a "pop/push" to the workspaces.The text was updated successfully, but these errors were encountered: