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" }, */