log config.default.h @ 208:e4bfe46c7910

age author description
2006-08-04 arg switched to regexp matching for Rules
2006-08-04 arg fixed a bug in dmenu call
2006-08-04 arg using execl now, argv changed, using cmd and const char defs directly in the KEYS struct
2006-08-03 arg s/tag2/two/g
2006-08-03 arg stylistic chnage
2006-08-03 arg removed TLast tag enum, now tags is simple defined as char *[] array, the rest is calculated correctly, rules take an int array for the tags
2006-08-03 arg changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum)
2006-08-02 arg changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now
2006-08-02 arg removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel base config.h@74ad06cb619d