X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/b55bd709ee6d0b09c141bf5ffe0647866e0374ef..413be1112afeb7e01b51c54a031c959144faac2a:/config.default.h 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"