notifpopup: hide when niri overview is open

This commit is contained in:
Damocles 2026-04-17 10:41:21 +02:00
parent 47dbffad0f
commit 2bb7f6b8e7

View file

@ -10,7 +10,7 @@ PanelWindow {
required property var screen required property var screen
visible: M.NotifService.popups.length > 0 visible: M.NotifService.popups.length > 0 && !M.NiriIpc.overviewOpen
color: "transparent" color: "transparent"
WlrLayershell.layer: WlrLayer.Overlay WlrLayershell.layer: WlrLayer.Overlay