1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

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

This reverts commit ca5fe6f7db.
This commit is contained in:
bbedward
2025-12-14 19:09:04 -05:00
parent 891f53cf6f
commit 031f86b417
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ DankModal {
layerNamespace: "dms:clipboard"
HyprlandFocusGrab {
windows: [clipboardHistoryModal.contentWindow, clipboardHistoryModal.backgroundWindow]
windows: [clipboardHistoryModal.contentWindow]
active: clipboardHistoryModal.useHyprlandFocusGrab && clipboardHistoryModal.shouldHaveFocus
}