]> git.armaanb.net Git - dwm.git/blobdiff - config.h
before leaning things up
[dwm.git] / config.h
index 9d28e75d0716e0bbaa788d193c13f803b22650a4..dba11da557c7d2cc837fe9944d3d351ea7816f12 100644 (file)
--- a/config.h
+++ b/config.h
@@ -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 */