Hyprland creates inaccessible workspaces for mirroring monitors on boot #15498
Hyprland versionHyprland 0.56.0 built from branch v0.56.0 at commit 36b2e0c clean RegressionYes Describe the bugHyprland is creating an inaccessible workspace for a monitor that's set to mirror a different monitor's display Reproduction steps
System info and configMonitor config: Workspaces after boot: Workspaces after running the config again: |
Replies: 4 comments 7 replies
|
I have the same issue. when I review the output of |
|
does it also happen when you hot-plug the monitor in? |
|
maybe? this also got changed in a recent monitor refactor. otherwise applyMonitorRule moved away workspaces and m_activeWorkspace before this with setMirror(), but onConnect then reassigned one. |
Fix for this by gulafaran was merged with commit 566ff8f.
@Orzech05 and others, please test and confirm this issue is resolved.