dwm
dynamic window manager
git clone https://9o.is/git/dwm.git
commit e5765cdd844125f7044d316b710b9a5a55117557 parent 8d0e58f80b4f729c13460b53c9baa438b0488f9d Author: Anselm R. Garbe <arg@suckless.org> Date: Fri, 9 Feb 2007 11:58:37 +0100 treating acroread and mplayer floating by default Diffstat:
| M | config.default.h | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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 }, \ };