JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
treating acroread and mplayer floating by default
authorAnselm R. Garbe <arg@suckless.org>
Fri, 9 Feb 2007 10:58:37 +0000 (11:58 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Fri, 9 Feb 2007 10:58:37 +0000 (11:58 +0100)
config.default.h

index 26776ea..49e45c2 100644 (file)
@@ -85,4 +85,6 @@ static Key key[] = { \
 static Rule rule[] = { \
        /* class:instance:title regex   tags regex      isfloat */ \
        { "Gimp.*",                     NULL,           True }, \
+       { "MPlayer.*",                  NULL,           True }, \
+       { "Acroread.*",                 NULL,           True }, \
 };