# HG changeset patch # User Anselm R. Garbe # Date 1171018717 -3600 # Node ID cb8b18d787d0d912e23456eceef519bc4c3b725d # Parent 39b941868ce374b078b55d12b9f10ece645a8b9a treating acroread and mplayer floating by default diff -r 39b941868ce3 -r cb8b18d787d0 config.default.h --- a/config.default.h Fri Feb 09 09:54:08 2007 +0100 +++ b/config.default.h Fri Feb 09 11:58:37 2007 +0100 @@ -85,4 +85,6 @@ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ { "Gimp.*", NULL, True }, \ + { "MPlayer.*", NULL, True }, \ + { "Acroread.*", NULL, True }, \ };