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"