From 2f3a253c6a4aa2fb2014d44eac077340875a2d20 Mon Sep 17 00:00:00 2001 From: bbedward Date: Mon, 8 Dec 2025 23:25:02 -0500 Subject: [PATCH] wallpaper: fix per-monitor wallpaper in dash --- quickshell/Modules/DankDash/DankDashPopout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/Modules/DankDash/DankDashPopout.qml b/quickshell/Modules/DankDash/DankDashPopout.qml index 3960ed9b..dc81e502 100644 --- a/quickshell/Modules/DankDash/DankDashPopout.qml +++ b/quickshell/Modules/DankDash/DankDashPopout.qml @@ -384,7 +384,7 @@ DankPopout { active: true tabBarItem: tabBar keyForwardTarget: mainContainer - targetScreen: root.triggerScreen + targetScreen: root.screen parentPopout: root } }