From dd854a2f7fae342edbdd92d875014d05836e4e4d Mon Sep 17 00:00:00 2001 From: Damocles Date: Wed, 15 Apr 2026 21:05:22 +0200 Subject: [PATCH] fix: hover panels on Top layer so they animate with workspace switches --- modules/HoverPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/HoverPanel.qml b/modules/HoverPanel.qml index a71576c..01397c3 100644 --- a/modules/HoverPanel.qml +++ b/modules/HoverPanel.qml @@ -41,7 +41,7 @@ PanelWindow { property bool _winVisible: false - WlrLayershell.layer: WlrLayer.Overlay + WlrLayershell.layer: WlrLayer.Top WlrLayershell.exclusiveZone: 0 WlrLayershell.namespace: root.panelNamespace