From: arg@mig29 Date: Tue, 5 Dec 2006 13:21:18 +0000 (+0100) Subject: making terminus more explicit a regular font (otherwise olique font might be used... X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=ab3b3a8f6195f1ab933c3e9e3fdd686ba1a6e3df making terminus more explicit a regular font (otherwise olique font might be used in some setups like mine). --- 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"