This commit is contained in:
Zacharias-Brohn
2026-02-14 18:23:08 +01:00
parent c5b769b6e0
commit 4bbfd94419
+1 -1
View File
@@ -34,7 +34,7 @@ Variants {
WlrLayershell.namespace: "ZShell-Bar-Exclusion" WlrLayershell.namespace: "ZShell-Bar-Exclusion"
screen: bar.screen screen: bar.screen
WlrLayershell.layer: WlrLayer.Bottom WlrLayershell.layer: WlrLayer.Bottom
WlrLayershell.exclusionMode: Config.autoHide && !visibilities.bar ? ExclusionMode.Ignore : ExclusionMode.Auto WlrLayershell.exclusionMode: Config.autoHide ? ExclusionMode.Ignore : ExclusionMode.Auto
anchors { anchors {
left: true left: true
right: true right: true