diff --git a/lib/naughty/notification.lua b/lib/naughty/notification.lua index 5ef46c31..980e123b 100644 --- a/lib/naughty/notification.lua +++ b/lib/naughty/notification.lua @@ -1033,7 +1033,7 @@ local function create(args) end -- Let all listeners handle the actual visual aspects - if (not n.ignore) and ((not n.preset) or n.preset.ignore ~= true) then + if (not n.ignore) and ((not n.preset) or n.preset.ignore ~= true) and (not naughty.suspended) then naughty.emit_signal("request::display" , n, "new", args) naughty.emit_signal("request::fallback", n, "new", args) end