1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 15:32:50 -05:00

dankbar: dont apply exclusive zone to popup positioning

This commit is contained in:
bbedward
2025-12-26 14:38:08 -05:00
parent 987856a1de
commit 5ac81e6dd6
2 changed files with 3 additions and 7 deletions

View File

@@ -96,12 +96,7 @@ PanelWindow {
}
}
WlrLayershell.layer: {
if ((barConfig?.autoHide ?? false) && topBarCore.reveal) {
return WlrLayer.Overlay;
}
return dBarLayer;
}
WlrLayershell.layer: dBarLayer
WlrLayershell.namespace: "dms:bar"
signal colorPickerRequested