X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.default.h;h=f28f5b83610dc3bda1957f3dd8cc0da2415b8e10;hb=afa8b3bcd994d0988261c0b98c88bca7316aebd6;hp=7716916c49a5c4fcc17029d809f55ba55ee91027;hpb=b55bd709ee6d0b09c141bf5ffe0647866e0374ef;p=dwm.git diff --git a/config.default.h b/config.default.h index 7716916..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"