making terminus more explicit a regular font (otherwise olique font might be used in some setups like mine). - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit ab3b3a8f6195f1ab933c3e9e3fdd686ba1a6e3df DIR parent 71b82fb1f6ab39409389962e891624ee1f0849c4 HTML Author: arg@mig29 <unknown> Date: Tue, 5 Dec 2006 14:21:18 +0100 making terminus more explicit a regular font (otherwise olique font might be used in some setups like mine). Diffstat: M config.arg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git 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"