JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
simplifying regexps in config samples
[dwm.git] / config.default.h
index 49e45c2..b8654bd 100644 (file)
@@ -84,7 +84,7 @@ static Key key[] = { \
 #define RULES \
 static Rule rule[] = { \
        /* class:instance:title regex   tags regex      isfloat */ \
-       { "Gimp.*",                     NULL,           True }, \
-       { "MPlayer.*",                  NULL,           True }, \
-       { "Acroread.*",                 NULL,           True }, \
+       { "Gimp",                       NULL,           True }, \
+       { "MPlayer",                    NULL,           True }, \
+       { "Acroread",                   NULL,           True }, \
 };