aewl
diff dwm.h @ 78:0d71fb80b592
changing XFlush into XSync
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Sat, 15 Jul 2006 18:11:14 +0200 |
parents | 38c8f7f7d401 |
children | 8125f908c80c |
line diff
1.1 --- a/dwm.h Sat Jul 15 17:19:19 2006 +0200 1.2 +++ b/dwm.h Sat Jul 15 18:11:14 2006 +0200 1.3 @@ -8,9 +8,14 @@ 1.4 /********** CUSTOMIZE **********/ 1.5 1.6 #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" 1.7 +#define BGCOLOR "#0a2c2d" 1.8 +#define FGCOLOR "#ddeeee" 1.9 +#define BORDERCOLOR "#176164" 1.10 +/* 1.11 #define BGCOLOR "#666699" 1.12 #define FGCOLOR "#eeeeee" 1.13 #define BORDERCOLOR "#9999CC" 1.14 +*/ 1.15 #define MASTERW 52 /* percent */ 1.16 #define WM_PROTOCOL_DELWIN 1 1.17