about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-25 16:15:13 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 16:15:13 +0200
commitafe6ac9923348e189199a5aec7de28e2c7eae32d (patch)
tree3f06f84aa196ccfd5fc2be499698d3cd3e6d20bd /config.arg.h
parente995c1b5325f88d197675950c15762d001dd80ef (diff)
downloaddwm-afe6ac9923348e189199a5aec7de28e2c7eae32d.tar.gz
changed order of options
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h4
1 files changed, 2 insertions, 2 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 */
e6c133f38fa534df2dc9f79e6c7a810fb'>8be59ca ^
475b697 ^

8be59ca ^











475b697 ^

8be59ca ^
475b697 ^





















8be59ca ^








475b697 ^


7f97e0b ^





475b697 ^










8be59ca ^










475b697 ^
8be59ca ^


5701b6e ^



















8be59ca ^
5701b6e ^
8be59ca ^














475b697 ^




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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153