X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.arg.h;h=80d4918e5cbf2ce621e27a3ff35ff60ea8a6e212;hb=3af6434085aee75bd90e22aee95419dc0ae0b969;hp=180b89024a5ba0c48c5a9a45fb2b5f1223070088;hpb=b38905b0048ded1cdd20b0edec64d56450c47551;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 180b890..80d4918 100644 --- a/config.arg.h +++ b/config.arg.h @@ -3,10 +3,7 @@ * See LICENSE file for license details. */ -enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; - -#define ARRANGE dotile /* dofloat */ -#define DEFTAG Tdev +#define DEFMODE dotile /* dofloat */ #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" #define BGCOLOR "#0a2c2d" #define FGCOLOR "#ddeeee" @@ -15,6 +12,7 @@ enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; #define NUMLOCKMASK Mod2Mask #define MASTERW 52 /* percent */ +enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; #define TAGS \ char *tags[TLast] = { \ [Tfnord] = "fnord", \ @@ -23,6 +21,7 @@ char *tags[TLast] = { \ [Twork] = "work", \ [Tmisc] = "misc", \ }; +#define DEFTAG Tdev #define KEYS \ const char *browse[] = { "firefox", NULL }; \