1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

niri: ensure overview spotlight is hidden when main window is brought up

This commit is contained in:
bbedward
2025-11-20 21:23:56 -05:00
parent 12e91534eb
commit 59cc9c7006

View File

@@ -41,6 +41,15 @@ Scope {
}
}
Connections {
target: PopoutService.spotlightModal
function onSpotlightOpenChanged() {
if (PopoutService.spotlightModal?.spotlightOpen && searchActive) {
hideSpotlight()
}
}
}
Loader {
id: niriOverlayLoader
active: overlayActive