all repos — dmenu @ 06ae8944344cd6f7d0aa007b7b036e77cb87fdf1

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 */