X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.default.h;h=ad048ae58c906338bdde71d4d942f0685be465b6;hb=f6656fffb4e0c6a9a59e2669da4f7bebda19f08e;hp=395b35ebce75c972debd1003dac8acc0bd4606a0;hpb=aaad7bfd15a023ab693bb17e2974b57cae7e7e21;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"