X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/b55bd709ee6d0b09c141bf5ffe0647866e0374ef..41ba7a79841c3d175f676e9a9ba6893dbc130856:/config.default.h?ds=inline

diff --git a/config.default.h b/config.default.h
index 7716916..6e86ed8 100644
--- a/config.default.h
+++ b/config.default.h
@@ -15,6 +15,8 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL };
 #define NORMFGCOLOR		"#cccccc"
 #define STATUSBGCOLOR		"#dddddd"
 #define STATUSFGCOLOR		"#222222"
+#define FLOATSYMBOL		"~"
+#define TILESYMBOL		"#"
 
 #define MODKEY			Mod1Mask
 #define MASTERW			60 /* percent */