t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e5765cdd844125f7044d316b710b9a5a55117557
   DIR parent 8d0e58f80b4f729c13460b53c9baa438b0488f9d
   URI Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Fri,  9 Feb 2007 11:58:37 +0100
       
       ttreating acroread and mplayer floating by default
       Diffstat:
         M config.default.h                    |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/config.default.h b/config.default.h
       t@@ -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 }, \
        };