X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/b38905b0048ded1cdd20b0edec64d56450c47551..b515765216c46246358256da6098ea2c07a93c84:/config.h?ds=inline diff --git a/config.h b/config.h index 36213c0..1e8cb39 100644 --- a/config.h +++ b/config.h @@ -4,16 +4,6 @@ */ enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; -#define DEFTAG Tdev -#define ARRANGE dotile /* dofloat */ -#define FONT "fixed" -#define BGCOLOR "#666699" -#define FGCOLOR "#eeeeee" -#define BORDERCOLOR "#9999CC" -#define MODKEY Mod1Mask -#define NUMLOCKMASK Mod2Mask -#define MASTERW 52 /* percent */ - #define TAGS \ char *tags[TLast] = { \ [Tfnord] = "fnord", \ @@ -23,6 +13,16 @@ char *tags[TLast] = { \ [Tmisc] = "misc", \ }; +#define DEFMODE dotile /* dofloat */ +#define DEFTAG Tdev +#define FONT "fixed" +#define BGCOLOR "#666699" +#define FGCOLOR "#eeeeee" +#define BORDERCOLOR "#9999CC" +#define MODKEY Mod1Mask +#define NUMLOCKMASK Mod2Mask +#define MASTERW 52 /* percent */ + #define KEYS \ const char *term[] = { "xterm", NULL }; \ static Key key[] = { \