about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-10-26 15:29:20 +0200
committerarg@mig29 <unknown>2006-10-26 15:29:20 +0200
commita08d83ba6251554854a3b4ae4765cea2818ad37a (patch)
treef5ac0169fd6eeee42cb0dc363eec11322611eacf /config.arg.h
parent2b7c275ce8c7f8fa36d0877cf3cdaf32b08f2c0d (diff)
downloaddwm-a08d83ba6251554854a3b4ae4765cea2818ad37a.tar.gz
applied sander's config.*h nitpick patch
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.arg.h b/config.arg.h
index 3a098cb..9ed5644 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -59,8 +59,8 @@ static Key key[] = { \
 #define RULES \
 static Rule rule[] = { \
 	/* class:instance:title regex	tags regex	isfloat */ \
-	{ "Firefox.*",			"net",		False}, \
-	{ "Gimp.*",			NULL,		True}, \
-	{ "MPlayer.*",			NULL,		True}, \
-	{ "Acroread.*",			NULL,		True}, \
+	{ "Firefox.*",			"net",		False }, \
+	{ "Gimp.*",			NULL,		True }, \
+	{ "MPlayer.*",			NULL,		True }, \
+	{ "Acroread.*",			NULL,		True }, \
 };
a> 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 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236