about summary refs log tree commit diff stats
path: root/config.default.h
diff options
context:
space:
mode:
authorarg@mmvi <unknown>2006-09-26 13:24:14 +0200
committerarg@mmvi <unknown>2006-09-26 13:24:14 +0200
commit97ced11e531f4e51d7ee248ae654a2b04daaad1c (patch)
tree1f9e58ac9889b07562b1d32ff53207ce9ecba1eb /config.default.h
parent4d6c4d36ceaa1ca8fae6199aee6df50f6187c755 (diff)
downloaddwm-97ced11e531f4e51d7ee248ae654a2b04daaad1c.tar.gz
changed order of colordefs in config.h's, changed config.arg.h to fit to new dmenu
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.default.h b/config.default.h
index 9c67d98..2808ddb 100644
--- a/config.default.h
+++ b/config.default.h
@@ -11,15 +11,15 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL };
 #define TILESYMBOL		"[]="
 
 #define FONT			"fixed"
-#define SELBGCOLOR		"#666699"
-#define SELFGCOLOR		"#eeeeee"
 #define NORMBGCOLOR		"#333366"
 #define NORMFGCOLOR		"#cccccc"
+#define SELBGCOLOR		"#666699"
+#define SELFGCOLOR		"#eeeeee"
 #define STATUSBGCOLOR		"#dddddd"
 #define STATUSFGCOLOR		"#222222"
 
-#define MODKEY			Mod1Mask
 #define MASTERW			60 /* percent */
+#define MODKEY			Mod1Mask
 
 #define KEYS \
 static Key key[] = { \
17:09:35 +0200 committer Anselm R. Garbe <garbeam@wmii.de> 2006-07-13 17:09:35 +0200 implemented tagging a client' href='/acidbong/suckless/dwm/commit/dwm.h?h=2.2&id=c47da143bdf5b4e3924a411f42648d4b3e86ff00'>c47da14 ^
b5159df ^
b9da4b0 ^
439e15d ^
c225e1a ^
bf35794 ^
1076f2b
439e15d ^
bf35794 ^
1076f2b
b55bd70 ^


b5159df ^
7b5638f ^
c53980c ^
b5159df ^
8b59083 ^


bf35794 ^

b5159df ^
8b59083 ^
b5159df ^
8b59083 ^
b55bd70 ^


bf35794 ^


b5159df ^
8b59083 ^
b5159df ^
1076f2b
da2bbd3 ^
3399650 ^
1173723 ^

a05beb6 ^
2e836ec ^
a05beb6 ^
9d73909 ^
901b3ed ^
b355755 ^
1076f2b
72707c2 ^
15abade ^
bf35794 ^
7e597ae ^
1076f2b

b355755 ^
8cc7f3b ^
e995c1b ^

66da153 ^

bf35794 ^
26157e6 ^
15abade ^
bf35794 ^


bf35794 ^
39677ec ^
439e15d ^
dba2306 ^
3399650 ^
adaa28a ^
dba2306 ^
adaa28a ^
adaa28a ^
adaa28a ^
04eb016 ^
adaa28a ^

4688ad1 ^
adaa28a ^
3399650 ^
d7e1708 ^
dba2306 ^
c0705ee ^
adaa28a ^
c0705ee ^

8cc7f3b ^
d7e1708 ^
dba2306 ^
29355bd ^
b6ad663 ^
b9da4b0 ^
9e8b325 ^
adaa28a ^
c47da14 ^
dba2306 ^
adaa28a ^
9e8b325 ^
dba2306 ^
e21d93b ^
937cabf ^
72707c2 ^
aaad7bf ^
19da197 ^
19da197 ^
29355bd ^
8b59083 ^
8b59083 ^
adaa28a ^
d4b7a9a ^
c47da14 ^
aa13727 ^

8a6679b ^
aa13727 ^




3a1343a ^
aa13727 ^



daae3bb ^
aa13727 ^
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