diff options
| author | arg@mig29 <unknown> | 2006-12-05 14:21:18 +0100 | 
|---|---|---|
| committer | arg@mig29 <unknown> | 2006-12-05 14:21:18 +0100 | 
| commit | ab3b3a8f6195f1ab933c3e9e3fdd686ba1a6e3df (patch) | |
| tree | 143ffc8fc7db51ea840ec273631c5b4e2b771ceb | |
| parent | 71b82fb1f6ab39409389962e891624ee1f0849c4 (diff) | |
making terminus more explicit a regular font (otherwise olique font might be used in some setups like mine).
| -rw-r--r-- | config.arg.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config.arg.h b/config.arg.h index f2cd997..0d7a880 100644 --- a/config.arg.h +++ b/config.arg.h @@ -9,7 +9,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };  #define FLOATSYMBOL		"><>"  #define TILESYMBOL		"[]=" -#define FONT			"-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*" +#define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-iso10646-*"  #define NORMBGCOLOR		"#333333"  #define NORMFGCOLOR		"#cccccc"  #define SELBGCOLOR		"#336699" | 
