X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.h;h=dba11da557c7d2cc837fe9944d3d351ea7816f12;hp=036a41b9ee1bcec963b9d02ef00be5166a496427;hb=da2bbd371c522d63d737d43a127601a3fdbcb9d8;hpb=8a34fa50f75f4d6d8af234ac0c4f6d40b988d700 diff --git a/config.h b/config.h index 036a41b..dba11da 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,13 @@ * See LICENSE file for license details. */ -#define FONT "fixed" -#define FGCOLOR "#000000" -#define BGCOLOR "#ffaa00" -#define BOCOLOR "#000000" +#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 */