From f435f0d41362e2bbdc5db237179e090e861c8287 Mon Sep 17 00:00:00 2001 From: bbedward Date: Sun, 14 Dec 2025 10:17:58 -0500 Subject: [PATCH] dwl: fix layout popout --- quickshell/Modules/DankBar/Popouts/DWLLayoutPopout.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/quickshell/Modules/DankBar/Popouts/DWLLayoutPopout.qml b/quickshell/Modules/DankBar/Popouts/DWLLayoutPopout.qml index c731313c..a5cda6e7 100644 --- a/quickshell/Modules/DankBar/Popouts/DWLLayoutPopout.qml +++ b/quickshell/Modules/DankBar/Popouts/DWLLayoutPopout.qml @@ -15,6 +15,7 @@ DankPopout { triggerY = y; triggerWidth = width; triggerSection = section; + triggerScreen = screen; root.screen = screen; storedBarThickness = barThickness !== undefined ? barThickness : (Theme.barHeight - 4); @@ -102,6 +103,8 @@ DankPopout { screen: triggerScreen shouldBeVisible: false + onBackgroundClicked: close() + content: Component { Rectangle { id: layoutContent