Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
removing NULL-terminating **tags definition in config.h
[dwm.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
f7822d2
..
5a18854
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-12,7
+12,7
@@
#define SELFGCOLOR "#ffffff"
/* tagging */
#define SELFGCOLOR "#ffffff"
/* tagging */
-const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www"
, NULL
};
+const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
Rule rules[] = {
/* class:instance:title regex tags regex isfloating */
{ "Firefox", "www", False },
Rule rules[] = {
/* class:instance:title regex tags regex isfloating */
{ "Firefox", "www", False },