diff -r 2e0fb4130bfb -r 386649deb651 config.h --- a/config.h Wed Jul 12 17:50:31 2006 +0200 +++ b/config.h Thu Jul 13 01:04:38 2006 +0200 @@ -8,3 +8,8 @@ #define FGCOLOR "#ffffff" #define BORDERCOLOR "#9999CC" #define STATUSDELAY 10 /* seconds */ + +/* tags, see wm.c for further config */ +enum { Tscratch, Tdev, Tirc, Twww, Twork, /* never remove: */ TLast }; + +/* see kb.c for shortcut customization */