changed order of options afe6ac99
Anselm R. Garbe · 2006-08-25 16:15 2 file(s) · +4 −4
config.arg.h +2 −2
7 7
const char *tags[] = { "work", "net", "fnord", NULL };
8 8
9 9
#define DEFMODE			dotile /* dofloat */
10 +
#define FLOATSYMBOL		"><>"
11 +
#define TILESYMBOL		"[]="
10 12
11 13
#define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
12 14
#define SELBGCOLOR		"#666699"
15 17
#define NORMFGCOLOR		"#cccccc"
16 18
#define STATUSBGCOLOR		"#dddddd"
17 19
#define STATUSFGCOLOR		"#222222"
18 -
#define FLOATSYMBOL		"><>"
19 -
#define TILESYMBOL		"[]="
20 20
21 21
#define MODKEY			Mod1Mask
22 22
#define MASTERW			60 /* percent */
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 12
11 13
#define FONT			"fixed"
12 14
#define SELBGCOLOR		"#666699"
15 17
#define NORMFGCOLOR		"#cccccc"
16 18
#define STATUSBGCOLOR		"#dddddd"
17 19
#define STATUSFGCOLOR		"#222222"
18 -
#define FLOATSYMBOL		"~"
19 -
#define TILESYMBOL		"#"
20 20
21 21
#define MODKEY			Mod1Mask
22 22
#define MASTERW			60 /* percent */