From 4bbfd94419bb6882cab00bdb756c84d3253b00a9 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Sat, 14 Feb 2026 18:23:08 +0100 Subject: [PATCH] autohide --- Bar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bar.qml b/Bar.qml index c57694b..cc42db4 100644 --- a/Bar.qml +++ b/Bar.qml @@ -34,7 +34,7 @@ Variants { WlrLayershell.namespace: "ZShell-Bar-Exclusion" screen: bar.screen WlrLayershell.layer: WlrLayer.Bottom - WlrLayershell.exclusionMode: Config.autoHide && !visibilities.bar ? ExclusionMode.Ignore : ExclusionMode.Auto + WlrLayershell.exclusionMode: Config.autoHide ? ExclusionMode.Ignore : ExclusionMode.Auto anchors { left: true right: true