1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-13 06:33:30 -04:00

Fixed having to click twice to exit out of Spotlight/Cliphist/Powermenu (#1022)

There's possibly more but this fix the need of having to click the
background twice to close those modals.
This commit is contained in:
tsukasa
2025-12-14 08:16:25 -08:00
committed by GitHub
parent fb75f4c68b
commit ca5fe6f7db
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ DankModal {
keepPopoutsOpen: true
HyprlandFocusGrab {
windows: [root.contentWindow]
windows: [root.contentWindow, root.backgroundWindow]
active: root.useHyprlandFocusGrab && root.shouldHaveFocus
}