X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.default.h;h=ad048ae58c906338bdde71d4d942f0685be465b6;hb=0925dd588c6879916c8a9ded1e680963b093b068;hp=395b35ebce75c972debd1003dac8acc0bd4606a0;hpb=3a1343a2458aa53d50019f24a32a3ab9bb8b3a83;p=dwm.git diff --git a/config.default.h b/config.default.h index 395b35e..ad048ae 100644 --- a/config.default.h +++ b/config.default.h @@ -7,8 +7,8 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL }; #define DEFMODE dotile /* dofloat */ -#define FLOATSYMBOL "~" -#define TILESYMBOL "#" +#define FLOATSYMBOL "><>" +#define TILESYMBOL "[]=" #define FONT "fixed" #define SELBGCOLOR "#666699"