all repos — dwm @ e5765cdd844125f7044d316b710b9a5a55117557

my dwm build

treating acroread and mplayer floating by default
Anselm R. Garbe arg@suckless.org
Fri, 09 Feb 2007 11:58:37 +0100
commit

e5765cdd844125f7044d316b710b9a5a55117557

parent

8d0e58f80b4f729c13460b53c9baa438b0488f9d

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M config.default.hconfig.default.h

@@ -85,4 +85,6 @@ #define RULES \

static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ { "Gimp.*", NULL, True }, \ + { "MPlayer.*", NULL, True }, \ + { "Acroread.*", NULL, True }, \ };