some more changes towards a better dwm

This commit is contained in:
Anselm R Garbe
2008-02-28 17:07:30 +00:00
parent 00ca643bd7
commit 2f70a14ee1
2 changed files with 49 additions and 61 deletions

View File

@ -11,7 +11,7 @@
#define SELBGCOLOR "#0066ff"
#define SELFGCOLOR "#ffffff"
/* tagging */
/* old */
const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "nil", "6", "7", "8", "www" };
unsigned int vtags[LENGTH(tags)] = { 0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 , 1 };
Bool initags[LENGTH(tags)] = { [0] = True, [5] = True };