changed some odering in config*.h 3794c629
Anselm R. Garbe · 2007-02-19 18:19 2 file(s) · +20 −20
config.arg.h +10 −10
2 2
 * See LICENSE file for license details.
3 3
 */
4 4
5 -
#define TAGS \
6 -
const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
7 -
8 -
#define LAYOUTS \
9 -
static Layout layout[] = { \
10 -
	/* symbol		function */ \
11 -
	{ "[]=",		tile }, /* first entry is default */ \
12 -
	{ "><>",		versatile }, \
13 -
};
14 -
15 5
#define BORDERPX		1
16 6
#define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
17 7
#define NORMBORDERCOLOR		"#333"
26 16
#define NMASTER			1		/* clients in master area */
27 17
#define SNAP			40		/* pixel */
28 18
#define TOPBAR			True		/* False */
19 +
20 +
#define TAGS \
21 +
const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
22 +
23 +
#define LAYOUTS \
24 +
static Layout layout[] = { \
25 +
	/* symbol		function */ \
26 +
	{ "[]=",		tile }, /* first entry is default */ \
27 +
	{ "><>",		versatile }, \
28 +
};
29 29
30 30
#define KEYS \
31 31
static Key key[] = { \
config.default.h +10 −10
2 2
 * See LICENSE file for license details.
3 3
 */
4 4
5 -
#define TAGS \
6 -
const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
7 -
8 -
#define LAYOUTS \
9 -
Layout layout[] = { \
10 -
	/* symbol		function */ \
11 -
	{ "[]=",		tile }, /* first entry is default */ \
12 -
	{ "><>",		versatile }, \
13 -
};
14 -
15 5
#define BORDERPX		1
16 6
#define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
17 7
#define NORMBORDERCOLOR		"#dddddd"
26 16
#define NMASTER			1		/* clients in master area */
27 17
#define SNAP			20		/* pixel */
28 18
#define TOPBAR			True		/* False */
19 +
20 +
#define TAGS \
21 +
const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
22 +
23 +
#define LAYOUTS \
24 +
Layout layout[] = { \
25 +
	/* symbol		function */ \
26 +
	{ "[]=",		tile }, /* first entry is default */ \
27 +
	{ "><>",		versatile }, \
28 +
};
29 29
30 30
#define KEYS \
31 31
static Key key[] = { \