X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.h;h=dba11da557c7d2cc837fe9944d3d351ea7816f12;hp=ce9e7aba522b7da241af8cfa2f6d98f17ada0d8a;hb=da2bbd371c522d63d737d43a127601a3fdbcb9d8;hpb=586f66331d1105be03c42e6faeae1672b974a98a diff --git a/config.h b/config.h index ce9e7ab..dba11da 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,12 @@ */ #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" -#define BGCOLOR "#000000" -#define FGCOLOR "#ffaa00" -#define BORDERCOLOR "#000000" -#define STATUSDELAY 1 /* 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 */