no 'format' in default rule

This commit is contained in:
Sascha Kruse 2012-03-09 22:27:56 +01:00
parent 5554131bfd
commit d5e89267df

View File

@ -40,7 +40,7 @@ int verbosity = 0;
/* You can use shell-like wildcards to match <appname> <summary> <body> and <icon>. */
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" }, */