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:
@@ -13,7 +13,7 @@ DankModal {
|
|||||||
layerNamespace: "dms:clipboard"
|
layerNamespace: "dms:clipboard"
|
||||||
|
|
||||||
HyprlandFocusGrab {
|
HyprlandFocusGrab {
|
||||||
windows: [clipboardHistoryModal.contentWindow, clipboardHistoryModal.backgroundWindow]
|
windows: [clipboardHistoryModal.contentWindow]
|
||||||
active: clipboardHistoryModal.useHyprlandFocusGrab && clipboardHistoryModal.shouldHaveFocus
|
active: clipboardHistoryModal.useHyprlandFocusGrab && clipboardHistoryModal.shouldHaveFocus
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ DankModal {
|
|||||||
keepPopoutsOpen: true
|
keepPopoutsOpen: true
|
||||||
|
|
||||||
HyprlandFocusGrab {
|
HyprlandFocusGrab {
|
||||||
windows: [root.contentWindow, root.backgroundWindow]
|
windows: [root.contentWindow]
|
||||||
active: root.useHyprlandFocusGrab && root.shouldHaveFocus
|
active: root.useHyprlandFocusGrab && root.shouldHaveFocus
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ DankModal {
|
|||||||
layerNamespace: "dms:spotlight"
|
layerNamespace: "dms:spotlight"
|
||||||
|
|
||||||
HyprlandFocusGrab {
|
HyprlandFocusGrab {
|
||||||
windows: [spotlightModal.contentWindow, spotlightModal.backgroundWindow]
|
windows: [spotlightModal.contentWindow]
|
||||||
active: spotlightModal.useHyprlandFocusGrab && spotlightModal.shouldHaveFocus
|
active: spotlightModal.useHyprlandFocusGrab && spotlightModal.shouldHaveFocus
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user