WLR Layer Name: noctalia-screen-* changed to noctalia-background-*

This commit is contained in:
ItsLemmy
2025-11-13 13:28:47 -05:00
parent 6e368601b4
commit 17ff97f8c5
+1 -1
View File
@@ -67,7 +67,7 @@ PanelWindow {
// Wayland
WlrLayershell.layer: WlrLayer.Top
WlrLayershell.namespace: "noctalia-screen-" + (screen?.name || "unknown")
WlrLayershell.namespace: "noctalia-background-" + (screen?.name || "unknown")
WlrLayershell.exclusionMode: ExclusionMode.Ignore // Don't reserve space - BarExclusionZone handles that
WlrLayershell.keyboardFocus: WlrKeyboardFocus.None