Hyprland icon indicating copy to clipboard operation
Hyprland copied to clipboard

groups (tabs) in master stack layout

Open primalmotion opened this issue 1 year ago • 2 comments

Any chance to have the groups (tabs) implemented in master stack layout?

primalmotion avatar Oct 03 '22 20:10 primalmotion

it's complicated.

the groups currently existing in dwindle are made using method A.

I've had plans to detach method A and instead do it more globally, so that groups would work regardless of the layout.

Like one or two people disliked method A, and created PR #593 which would use method B.

method B cannot work as a global method.

So, now I am in a bit of a deadlock - I can't make method A global because it'd upset people from the PR above (unless they give up) and I don't want to implement method A separately to master - duplicating code, thats one, but bugs thats two. I also cannot adapt method B, because no way in hell it would work cross-layouts.

Ignoring ofc the fact that I am not a fan of method B.

vaxerski avatar Oct 03 '22 20:10 vaxerski

I see. thanks for the explanation. I've seen this PR already. If method A allows generic tabs, I'm also in support of it too :)

primalmotion avatar Oct 03 '22 21:10 primalmotion