no 'format' in default rule
This commit is contained in:
parent
5554131bfd
commit
d5e89267df
@ -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" }, */
|
||||
|
Loading…
x
Reference in New Issue
Block a user