Merge pull request #2225 from mia-0/layershell_workaround

MainScreen/PanelWindow: do not put on top layer
This commit is contained in:
Lemmy
2026-03-19 21:24:41 -04:00
committed by GitHub
+3 -1
View File
@@ -44,7 +44,9 @@ PanelWindow {
}
// Wayland
WlrLayershell.layer: WlrLayer.Top
// As this is always rendered, putting it on the top layer
// would prevent direct scanout for other Wayland clients.
// WlrLayershell.layer: WlrLayer.Top
WlrLayershell.namespace: "noctalia-background-" + (screen?.name || "unknown")
WlrLayershell.exclusionMode: ExclusionMode.Ignore // Don't reserve space - BarExclusionZone handles that
WlrLayershell.keyboardFocus: {