From d291bec15b7a738f5c2257f7aa9356d449c153ba Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Tue, 15 Nov 2011 01:31:36 +0100 Subject: [PATCH] added some comments to config.def.h --- config.def.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index ccff61c..631c03b 100644 --- a/config.def.h +++ b/config.def.h @@ -6,6 +6,10 @@ /* appearance */ const char *font = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*"; +/* + * Background and forground colors for messages with + * low normal and critical urgency. + */ const char *normbgcolor = "#1793D1"; const char *normfgcolor = "#DDDDDD"; const char *critbgcolor = "#ffaaaa"; @@ -23,7 +27,7 @@ KeySym mask = ControlMask; int verbose = True; /* print info to stdout? */ - +/* You can use shell-like wildcards to match and . */ const rule_t rules[] = { /* appname, summary, body, icon, timeout, urgency, fg, bg, format */ { "notify-send", NULL, NULL, NULL, -1, -1, NULL, NULL, "%s %b" },