From d5e89267df47fc1c0139cb5b08db43973ef5ab4f Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Fri, 9 Mar 2012 22:27:56 +0100 Subject: [PATCH] no 'format' in default rule --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a908872..3b35019 100644 --- a/config.def.h +++ b/config.def.h @@ -40,7 +40,7 @@ int verbosity = 0; /* You can use shell-like wildcards to match and . */ const rule_t rules[] = { /* appname, summary, body, icon, timeout, urgency, fg, bg, format */ - { NULL, NULL, NULL, NULL, -1, -1, NULL, NULL, "%s %b" }, + { NULL, NULL, NULL, NULL, -1, -1, NULL, NULL, NULL }, /* { "notify-send", NULL, NULL, NULL, -1, -1, NULL, NULL, "%s %b" }, */ /* { "Pidgin", NULL, NULL, NULL, -1, -1, NULL, NULL, "%s %b" }, */ /* { "Pidgin", "*signed on*", NULL, NULL, -1, LOW, NULL, NULL, "%s %b" }, */