From c474de33512ae47778e6680e5a62eb9d2f43e85f Mon Sep 17 00:00:00 2001
From: Amin Bandali <mab@gnu.org>
Date: Tue, 28 Jan 2020 00:21:46 -0500
Subject: dunst: ignore low urgency notifications from history for now

otherwise, recalling notifications from history seems to only display
those with low urgency, in v1.4.1
---
 .config/dunst/dunstrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index ca65f1d..71af98b 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -278,6 +278,7 @@
     background = "#222222"
     foreground = "#888888"
     timeout = 0
+    history_ignore = yes
     # Icon for notifications with low urgency, uncomment to enable
     #icon = /path/to/icon
 
-- 
cgit v1.2.3-83-g751a