From c332ce3086e95badc1991a6d46623221d8663ae5 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Wed, 24 Nov 2021 18:20:08 +0100 Subject: [PATCH] Ignore dbus close notification --- .config/dunst/dunstrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 15eadf1..6abd9c0 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -182,8 +182,9 @@ # Close all notifications. mouse_right_click = close_all - - + + # Ignore the dbus closeNotification message. This is useful to enforce the timeout set by dunst configuration. + ignore_dbusclose = true [urgency_low] frame_color = "#3B7C87" foreground = "#3B7C87"