aboutsummarylogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-02-09 11:58:37 +0100
committerAnselm R. Garbe2007-02-09 11:58:37 +0100
commit7fbe7e9eb3ed0f0406ffe0a6dd3a788e5e19db6b (patch)
tree23c83a831b37c3675123fd850491f7123cd5dec8 /config.default.h
parent42af019af21743361b42fc840b057097fb89d889 (diff)
downloadaur-7fbe7e9eb3ed0f0406ffe0a6dd3a788e5e19db6b.tar.gz
treating acroread and mplayer floating by default
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.default.h b/config.default.h
index 26776eaec1de..49e45c20c52b 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 }, \
};