about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-08 12:58:05 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-08 12:58:05 +0200
commitc86f131681182258208ef97e81206ccc44e718ee (patch)
tree3d9f3aa63cf6044c316253b707eca35fbb07d44a
parente943234d09ce6e1faa9145b4abc617acc4e61380 (diff)
downloaddwm-c86f131681182258208ef97e81206ccc44e718ee.tar.gz
fixed typo
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index 91bed8c..9f9def7 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -41,7 +41,7 @@ static Key key[] = { \
 	{ MODKEY|ShiftMask,	XK_c,		killclient,	{ 0 } }, \
 	{ MODKEY|ShiftMask,	XK_q,		quit,		{ 0 } }, \
 	{ MODKEY|ShiftMask,	XK_Return,	spawn, \
-		{ .cmd = "exec uxterm -bg '#dddddd' -fg '#000000' -cr '#000000' +sb " \
+		{ .cmd = "exec uxterm -bg '#eeeeee' -fg '#000000' -cr '#000000' +sb " \
 			"-fn '-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*'" } }, \
 };
 
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217