Settings: removed panelsOverlayLayer.

This commit is contained in:
ItsLemmy
2025-11-06 15:54:56 -05:00
parent 6940d72f43
commit 18b206c0a3
20 changed files with 77 additions and 98 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ PanelWindow {
// This ensures all keyboard shortcuts work reliably (Escape, etc.)
// The centralized shortcuts in this window handle delegation to panels
WlrLayershell.keyboardFocus: root.isPanelOpen ? WlrKeyboardFocus.Exclusive : WlrKeyboardFocus.None
WlrLayershell.layer: Settings.data.ui.panelsOverlayLayer ? WlrLayer.Overlay : WlrLayer.Top
WlrLayershell.layer: WlrLayer.Top
WlrLayershell.namespace: "noctalia-screen-" + (screen?.name || "unknown")
WlrLayershell.exclusionMode: ExclusionMode.Ignore // Don't reserve space - BarExclusionZone handles that