all repos — dmenu @ 6514b07ad24e9066252c418cdec1d6ccae570cf6

my build of dmenu

config.h

1 2 3 4 5 6 7 8 9 10
/* See LICENSE file for copyright and license details. */

/* appearance */
#define FONT			"-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
#define NORMBGCOLOR		"#000"
#define NORMFGCOLOR		"#ccc"
#define SELBGCOLOR		"#00f"
#define SELFGCOLOR		"#fff"
/* next macro defines the space between menu items */
#define SPACE			30 /* px */