diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-13 01:30:55 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-13 01:30:55 +0200 |
commit | 8b59083eb13c0712e04d9a5b6d7bf4af5913c442 (patch) | |
tree | c71ce38a84380cd619c6bf7c478dc68ae3c20f9a /config.h | |
parent | da2bbd371c522d63d737d43a127601a3fdbcb9d8 (diff) | |
download | dwm-8b59083eb13c0712e04d9a5b6d7bf4af5913c442.tar.gz |
removed unnecessary crap
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config.h b/config.h deleted file mode 100644 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 */ |