removed unnecessary crap
[dwm.git] / config.h
diff --git a/config.h b/config.h
deleted file mode 100644 (file)
index dba11da..0000000
--- a/config.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
- * See LICENSE file for license details.
- */
-
-#define FONT           "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
-#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 */