diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-09 11:58:37 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-09 11:58:37 +0100 |
commit | e5765cdd844125f7044d316b710b9a5a55117557 (patch) | |
tree | 8fe17aef407b67a64e93bc42dca8f6a5f84f1469 | |
parent | 8d0e58f80b4f729c13460b53c9baa438b0488f9d (diff) | |
download | dwm-e5765cdd844125f7044d316b710b9a5a55117557.tar.gz |
treating acroread and mplayer floating by default
-rw-r--r-- | config.default.h | 2 |
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 }, \ }; |