aewl
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 diff
1.1 --- a/config.h Wed Jul 12 17:50:31 2006 +0200 1.2 +++ b/config.h Thu Jul 13 01:04:38 2006 +0200 1.3 @@ -8,3 +8,8 @@ 1.4 #define FGCOLOR "#ffffff" 1.5 #define BORDERCOLOR "#9999CC" 1.6 #define STATUSDELAY 10 /* seconds */ 1.7 + 1.8 +/* tags, see wm.c for further config */ 1.9 +enum { Tscratch, Tdev, Tirc, Twww, Twork, /* never remove: */ TLast }; 1.10 + 1.11 +/* see kb.c for shortcut customization */