Mercurial > dwm-meillo
diff config.h @ 31:386649deb651
before leaning things up
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Thu, 13 Jul 2006 01:04:38 +0200 |
parents | e8f627998d6f |
children |
line wrap: on
line diff
--- 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 */