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
Describe the bug
When using expose command while having unlocked grouped windows on a workspace and normal windows on other workspace, the normal window will group with the grouped ones and may crash the system.
To Reproduce
Group windows on a workspace and spawn a normal window on other workspace
Call them with expose
I think the best option here is to lock all the grouped windows before calling them
The text was updated successfully, but these errors were encountered:
Using the lockgroups dispatcher with lock or unlock seem straightforward. @Yehoward did you test locked groups were indeed surviving the expose operation?
So, when you say crash it's a real crash? I can't even test this feature because Hyprland is crashing...
Need to check which IPC commands are making it crash and open a bug there.
Pyprland version
2.4.0
Describe the bug
When using
expose
command while having unlocked grouped windows on a workspace and normal windows on other workspace, the normal window will group with the grouped ones and may crash the system.To Reproduce
expose
I think the best option here is to lock all the grouped windows before calling them
The text was updated successfully, but these errors were encountered: