From 2bb7f6b8e789b5552889c902868f88cc6488b08b Mon Sep 17 00:00:00 2001 From: Damocles Date: Fri, 17 Apr 2026 10:41:21 +0200 Subject: [PATCH] notifpopup: hide when niri overview is open --- modules/NotifPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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