diff --git a/Modules/MainScreen/MainScreen.qml b/Modules/MainScreen/MainScreen.qml index f51ad1157..712e4f25e 100644 --- a/Modules/MainScreen/MainScreen.qml +++ b/Modules/MainScreen/MainScreen.qml @@ -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: {