diff options
author | Amin Bandali <mab@gnu.org> | 2020-01-28 00:21:46 -0500 |
---|---|---|
committer | Amin Bandali <mab@gnu.org> | 2020-01-28 00:21:46 -0500 |
commit | c474de33512ae47778e6680e5a62eb9d2f43e85f (patch) | |
tree | 023ec2f597dd8bc2b9d9efa7790cafea024a22c6 | |
parent | 8f721161a933988f6402a68ac595607bfa062ce7 (diff) | |
download | configs-c474de33512ae47778e6680e5a62eb9d2f43e85f.tar.gz configs-c474de33512ae47778e6680e5a62eb9d2f43e85f.tar.xz configs-c474de33512ae47778e6680e5a62eb9d2f43e85f.zip |
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
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |