aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-09 11:58:37 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-09 11:58:37 +0100
commite5765cdd844125f7044d316b710b9a5a55117557 (patch)
tree8fe17aef407b67a64e93bc42dca8f6a5f84f1469
parent8d0e58f80b4f729c13460b53c9baa438b0488f9d (diff)
treating acroread and mplayer floating by default
-rw-r--r--config.default.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.default.h b/config.default.h
index 26776ea..49e45c2 100644
--- a/config.default.h
+++ b/config.default.h
@@ -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 }, \
};