diff --git a/dunst.c b/dunst.c index 534a6d2..6d913f7 100644 --- a/dunst.c +++ b/dunst.c @@ -168,9 +168,7 @@ void history_pop(void) n->timeout = settings.sticky_history ? 0 : n->timeout; g_queue_push_head(queue, n); - if (!xctx.visible) { - wake_up(); - } + wake_up(); } void wake_up(void)