diff --git a/modules/NotifPopup.qml b/modules/NotifPopup.qml index b7a2779..c811ad5 100644 --- a/modules/NotifPopup.qml +++ b/modules/NotifPopup.qml @@ -10,7 +10,7 @@ PanelWindow { required property var screen - visible: M.NotifService.popups.length > 0 + visible: M.NotifService.popups.length > 0 && !M.NiriIpc.overviewOpen color: "transparent" WlrLayershell.layer: WlrLayer.Overlay