dmenu

Dmenu fork with xft fonts.
git clone git://r-36.net/dmenu
Log | Files | Refs | README | LICENSE

commit 18ec376aa903d620f3586af4974116a82c74024f
parent 6c1e46654dae69bb7b3fe3935358a53e44628a75
Author: Anselm R. Garbe <arg@10kloc.org>
Date:   Thu, 24 Aug 2006 12:03:40 +0200

fixed minor bug
Diffstat:
config.default.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.default.h b/config.default.h @@ -7,4 +7,4 @@ #define NORMBGCOLOR "#666699" #define NORMFGCOLOR "#eeeeee" #define SELBGCOLOR "#eeeeee" -#define SELBFCOLOR "#666699" +#define SELFGCOLOR "#666699"