hyprwm / hyprland-plugins

Official plugins for Hyprland
BSD 3-Clause "New" or "Revised" License
462 stars 43 forks source link

hyprexpo: static grid feature request #113

Closed alba4k closed 3 months ago

alba4k commented 3 months ago

It would be nice to have an option to make hyprexpo always show the same workspaces, like

1   2   3
4   5   6
7   8   9

instead of the current, sometimes confusing, layout.

alba4k commented 3 months ago

I guess this should be doable with workspace_method = first 1 but that results in weird behaviour when hyprexpo is opened from workspaces that are not the 1st (spot 1 will be 1, as intended, but spot 2 will be current+1, spot 3 n+2 and so on, as if it was called with workspace_method = first current)

vaxerski commented 3 months ago

I know that's bugged I'll fix it.

alba4k commented 3 months ago

Sure it's fixed now, but while opening hyprexpo with the gesture the current workspace weirdly turns into the 1st workspace, which is a bit weird for a compositor that "doesn't sacrifice on its looks", so maybe consider making sure the current workspace moves to the correct spot during the animation (although I think that might require some non-minor refactoring)?

vaxerski commented 3 months ago

huh? it seemed correct on my end.

alba4k commented 3 months ago

Yeah I rerun hyprpm update and restart hyprland, no clue why it wasn't working before, maybe you changed something in the meantime. It's perfect now.