From e5765cdd844125f7044d316b710b9a5a55117557 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 9 Feb 2007 11:58:37 +0100 Subject: [PATCH] treating acroread and mplayer floating by default --- config.default.h | 2 ++ 1 file changed, 2 insertions(+) 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 }, \ }; -- 1.7.10.4