X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.default.h;h=f28f5b83610dc3bda1957f3dd8cc0da2415b8e10;hb=00e95e1f38f7f63584925182a98fb36e84b0f246;hp=ed091586d10a2af0c0e302e0efcb2c2f9f07efc3;hpb=aa471f2d65688f8cf4944c073ff05224bfac8a9c;p=dwm.git diff --git a/config.default.h b/config.default.h index ed09158..f28f5b8 100644 --- a/config.default.h +++ b/config.default.h @@ -7,6 +7,8 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL }; #define DEFMODE dotile /* dofloat */ +#define FLOATSYMBOL "~" +#define TILESYMBOL "#" #define FONT "fixed" #define SELBGCOLOR "#666699" @@ -15,8 +17,6 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL }; #define NORMFGCOLOR "#cccccc" #define STATUSBGCOLOR "#dddddd" #define STATUSFGCOLOR "#222222" -#define FLOATSYMBOL "~" -#define TILEDSYMBOL "#" #define MODKEY Mod1Mask #define MASTERW 60 /* percent */