Mercurial > dwm-meillo
comparison dwm.h @ 59:5d4653de9a1c
implemented dwm reading status text from stdin
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Fri, 14 Jul 2006 11:57:33 +0200 |
parents | 1269bd127551 |
children | f14858218641 |
comparison
equal
deleted
inserted
replaced
58:1269bd127551 | 59:5d4653de9a1c |
---|---|
7 | 7 |
8 /********** CUSTOMIZE **********/ | 8 /********** CUSTOMIZE **********/ |
9 | 9 |
10 #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" | 10 #define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" |
11 #define BGCOLOR "#666699" | 11 #define BGCOLOR "#666699" |
12 #define FGCOLOR "#ffffff" | 12 #define FGCOLOR "#eeeeee" |
13 #define BORDERCOLOR "#9999CC" | 13 #define BORDERCOLOR "#9999CC" |
14 #define MASTERW 52 /* percent */ | 14 #define MASTERW 52 /* percent */ |
15 #define WM_PROTOCOL_DELWIN 1 | 15 #define WM_PROTOCOL_DELWIN 1 |
16 | 16 |
17 /* tags */ | 17 /* tags */ |
18 enum { Tscratch, Tdev, Tirc, Twww, Twork, TLast }; | 18 enum { Tscratch, Tdev, Twww, Twork, TLast }; |
19 | 19 |
20 /********** CUSTOMIZE **********/ | 20 /********** CUSTOMIZE **********/ |
21 | 21 |
22 typedef union Arg Arg; | 22 typedef union Arg Arg; |
23 typedef struct DC DC; | 23 typedef struct DC DC; |