JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
before leaning things up
[dwm.git] / config.h
index ec633c3..dba11da 100644 (file)
--- a/config.h
+++ b/config.h
@@ -4,7 +4,12 @@
  */
 
 #define FONT           "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
-#define BGCOLOR                "#0c0c33"
-#define FGCOLOR                "#b2c8cd"
-#define BORDERCOLOR    "#3030c0"
-#define STATUSDELAY    10 /* milliseconds */
+#define BGCOLOR                "#666699"
+#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 */