X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/0235a84ef286db5c97239615ae525ce973641941..24dae7d7e35c9c52115ec4bf5f30fe1cc4a5c296:/config.h?ds=sidebyside diff --git a/config.h b/config.h index 9dec069..10e228b 100644 --- a/config.h +++ b/config.h @@ -12,8 +12,8 @@ #define SELFGCOLOR "#fff" /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL }; -static Rule rules[] = { +const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL }; +Rule rules[] = { /* class:instance:title regex tags regex isfloating */ { "Firefox", "3", False }, { "Gimp", NULL, True }, @@ -22,7 +22,7 @@ static Rule rules[] = { }; /* layout(s) */ -static Layout layouts[] = { +Layout layouts[] = { /* symbol function */ { "[]=", tile }, /* first entry is default */ { "><>", floating },