-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed as not planned
Closed as not planned
Copy link
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels