treating acroread and mplayer floating by default
Anselm R. Garbe arg@suckless.org
Fri, 09 Feb 2007 11:58:37 +0100
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
config.default.h
→
config.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 }, \ };