renamed ARRANGE into DEFMODE - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ab7a11c0c73fa101c8e0234f8214284888fb8156
 (DIR) parent d8675f6f30f31aeb38680fe748d6a66fca0a8990
 (HTM) Author: arg@10ksloc.org <unknown>
       Date:   Tue,  1 Aug 2006 16:39:20 +0200
       
       renamed ARRANGE into DEFMODE
       
       Diffstat:
         M config.arg.h                        |       3 +--
         M config.h                            |       2 +-
         M tag.c                               |       2 +-
       
       3 files changed, 3 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/config.arg.h b/config.arg.h
       @@ -4,8 +4,7 @@
         */
        
        enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
       -
       -#define ARRANGE                        dotile /* dofloat */
       +#define DEFMODE                        dotile /* dofloat */
        #define DEFTAG                        Tdev
        #define FONT                        "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
        #define BGCOLOR                        "#0a2c2d"
 (DIR) diff --git a/config.h b/config.h
       @@ -4,8 +4,8 @@
         */
        
        enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
       +#define DEFMODE                        dotile /* dofloat */
        #define DEFTAG                        Tdev
       -#define ARRANGE                        dotile /* dofloat */
        #define FONT                        "fixed"
        #define BGCOLOR                        "#666699"
        #define FGCOLOR                        "#eeeeee"
 (DIR) diff --git a/tag.c b/tag.c
       @@ -21,7 +21,7 @@ typedef struct {
        TAGS
        RULES
        
       -void (*arrange)(Arg *) = ARRANGE;
       +void (*arrange)(Arg *) = DEFMODE;
        
        /* extern */