about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.arg.h4
-rw-r--r--config.default.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/config.arg.h b/config.arg.h
index eb9ebf5..a662d20 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -7,6 +7,8 @@
 const char *tags[] = { "work", "net", "fnord", NULL };
 
 #define DEFMODE			dotile /* dofloat */
+#define FLOATSYMBOL		"><>"
+#define TILESYMBOL		"[]="
 
 #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
 #define SELBGCOLOR		"#666699"
@@ -15,8 +17,6 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 #define NORMFGCOLOR		"#cccccc"
 #define STATUSBGCOLOR		"#dddddd"
 #define STATUSFGCOLOR		"#222222"
-#define FLOATSYMBOL		"><>"
-#define TILESYMBOL		"[]="
 
 #define MODKEY			Mod1Mask
 #define MASTERW			60 /* percent */
diff --git a/config.default.h b/config.default.h
index 6e86ed8..f28f5b8 100644
--- a/config.default.h
+++ b/config.default.h
@@ -7,6 +7,8 @@
 const char *tags[] = { "1", "2", "3", "4", "5", NULL };
 
 #define DEFMODE			dotile /* dofloat */
+#define FLOATSYMBOL		"~"
+#define TILESYMBOL		"#"
 
 #define FONT			"fixed"
 #define SELBGCOLOR		"#666699"
@@ -15,8 +17,6 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL };
 #define NORMFGCOLOR		"#cccccc"
 #define STATUSBGCOLOR		"#dddddd"
 #define STATUSFGCOLOR		"#222222"
-#define FLOATSYMBOL		"~"
-#define TILESYMBOL		"#"
 
 #define MODKEY			Mod1Mask
 #define MASTERW			60 /* percent */
id'>c442a5ad ^
292ccba1 ^




4a943d4e ^

















292ccba1 ^


c442a5ad ^
222c31db ^
292ccba1 ^

c442a5ad ^

292ccba1 ^


4a943d4e ^



















292ccba1 ^


0f851e48 ^

aa2e2155 ^
4a943d4e ^















292ccba1 ^


c442a5ad ^

292ccba1 ^
c442a5ad ^
292ccba1 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117