From c8eb9d28303f0dae71ae36ab33fe297d4ef04c78 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 5 Apr 2026 00:45:10 +0200 Subject: [PATCH] hefty: bar: fix stacked exclusivity when theres multiple monitors --- .../quickshell/ii/modules/hefty/topLayer/HTopLayerPanel.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/quickshell/ii/modules/hefty/topLayer/HTopLayerPanel.qml b/dots/.config/quickshell/ii/modules/hefty/topLayer/HTopLayerPanel.qml index 32186034b..0210499c6 100644 --- a/dots/.config/quickshell/ii/modules/hefty/topLayer/HTopLayerPanel.qml +++ b/dots/.config/quickshell/ii/modules/hefty/topLayer/HTopLayerPanel.qml @@ -165,5 +165,6 @@ PanelWindow { mask: Region { item: null } + screen: root.screen } }