Skip to content

Hyprland reports workspace under special workspace to be focussed #13388

@Leo-Aqua

Description

@Leo-Aqua

Please close this issue.

  • Yes, I want this issue to be closed.

Issue body

I wanted to have a dedicated gaming workspace but the Quickshell setup I'm using (@end-4) draws it's rounded screen corners above the focused game.
Under normal circumstances the screen corners would be hidden if the current workspace has a fullscreened window and this gets checked in ii/modules/ii/screenCorners/ScreenCorners.qml:150

But on special workspaced this check fails.

To see whether the special workspace is focused i added this after the before mentioned line

onWorkspaceWithFullscreenChanged: {
    console.log("Active workspaces:", workspacesForMonitor.map(ws => ws.name + " " + ws.active))
}

Result:

Fullscreen window on special:special with workspace 3 being active underneath
DEBUG qml: Active workspaces: [special:special false,special:game false,1 false,2 false,3 true,4 false,5 false]

Note:
I have also tried this with ws.focused and got the same result.

Thanks in advance,
Leo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions