X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/1bf0c4a8e7892896bb8ed1693f36f1de5285e46c..dc5c070c44d9af434405c8d6538abd06299d3298:/config.default.h?ds=inline

diff --git a/config.default.h b/config.default.h
index 3b6eb16..ec1804f 100644
--- a/config.default.h
+++ b/config.default.h
@@ -5,7 +5,7 @@
 
 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
 #define TAGS \
-char *tags[TLast] = { \
+const char *tags[TLast] = { \
 	[Tfnord] = "fnord", \
 	[Tdev] = "dev", \
 	[Tnet] = "net", \
@@ -57,6 +57,6 @@ static Key key[] = { \
 #define RULES \
 static Rule rule[] = { \
 	/* class:instance	tags				isfloat */ \
-	{ "Firefox.*",		{ [Tnet] = "net" },		False }, \
+	{ "Firefox.*",		{ [Tnet] = True },		False }, \
 	{ "Gimp.*",		{ 0 },				True}, \
 };