notifpopup: hide when niri overview is open
This commit is contained in:
parent
47dbffad0f
commit
2bb7f6b8e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue