JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied sander's config.*h nitpick patch
[dwm.git] / config.arg.h
index 3a098cb..9ed5644 100644 (file)
@@ -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 }, \
 };