From 2126b212f60975aae1064c3562addbcd8022eb2a Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Sat, 25 Feb 2017 15:38:54 +0200 Subject: [PATCH] Add example for the history_ignore rule to dunstrc Add example to demonstrate the usage of history_ignore to the default dunstrc file. Relevant issue: #302 --- dunstrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dunstrc b/dunstrc index 47fc3e6..b7c6f40 100644 --- a/dunstrc +++ b/dunstrc @@ -263,6 +263,11 @@ # summary = "foobar" # format = "" +#[history-ignore] +# # This notification will not be saved in history +# summary = "foobar" +# history_ignore = yes + #[signed_on] # appname = Pidgin # summary = "*signed on*"