NFullScreenWindow: specify exclusion

This commit is contained in:
ItsLemmy
2025-11-03 20:48:27 -05:00
parent e4069fcdbf
commit bfc67f0e12
+1
View File
@@ -46,6 +46,7 @@ PanelWindow {
WlrLayershell.keyboardFocus: root.isPanelOpen ? WlrKeyboardFocus.Exclusive : WlrKeyboardFocus.None
WlrLayershell.layer: Settings.data.ui.panelsOverlayLayer ? WlrLayer.Overlay : WlrLayer.Top
WlrLayershell.namespace: "noctalia-screen-" + (screen?.name || "unknown")
WlrLayershell.exclusionMode: ExclusionMode.Ignore // Don't reserve space - BarExclusionZone handles that
anchors {
top: true