X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.h;h=1e8cb39a8b5f1b5cd33873433572cde71016cfb6;hb=95e8d12b7189d4cd01b8ae8ecebfa5835a1809e6;hp=bc60bd0cf165b858fce8e0187d538718e023bd80;hpb=7c2e3bb67d07dd1822887bc1ae35d4cd40a6e481;p=dwm.git diff --git a/config.h b/config.h index bc60bd0..1e8cb39 100644 --- a/config.h +++ b/config.h @@ -3,15 +3,6 @@ * See LICENSE file for license details. */ -#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 */ - enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; #define TAGS \ char *tags[TLast] = { \ @@ -21,13 +12,19 @@ char *tags[TLast] = { \ [Twork] = "work", \ [Tmisc] = "misc", \ }; -#define DEFTAG Tdev - -#define CMDS \ - const char *term[] = { "xterm", NULL }; +#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[] = { \ /* modifier key function arguments */ \ { MODKEY, XK_0, view, { .i = Tfnord } }, \