made args mode symbols the default ones (the default ones look too ugly) f6656fff
Anselm R. Garbe · 2006-09-06 09:23 1 file(s) · +2 −2
config.default.h +2 −2
7 7
const char *tags[] = { "1", "2", "3", "4", "5", NULL };
8 8
9 9
#define DEFMODE			dotile /* dofloat */
10 -
#define FLOATSYMBOL		"~"
11 -
#define TILESYMBOL		"#"
10 +
#define FLOATSYMBOL		"><>"
11 +
#define TILESYMBOL		"[]="
12 12
13 13
#define FONT			"fixed"
14 14
#define SELBGCOLOR		"#666699"