X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.h;h=1e8cb39a8b5f1b5cd33873433572cde71016cfb6;hb=95e8d12b7189d4cd01b8ae8ecebfa5835a1809e6;hp=352d7f8b39b4bdd2a54d3d6ad3171d7128c2a635;hpb=33b4821cd69ed4c0a9af58f0af96de430277a08a;p=dwm.git diff --git a/config.h b/config.h index 352d7f8..1e8cb39 100644 --- a/config.h +++ b/config.h @@ -3,16 +3,6 @@ * See LICENSE file for license details. */ -#define ARRANGE dotile -#define FONT "fixed" -#define BGCOLOR "#666699" -#define FGCOLOR "#eeeeee" -#define BORDERCOLOR "#9999CC" -#define MODKEY Mod1Mask -#define NUMLOCKMASK Mod2Mask -#define MASTERW 52 /* percent */ -#define WM_PROTOCOL_DELWIN 1 - enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; #define TAGS \ char *tags[TLast] = { \ @@ -22,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 } }, \