From: Ryan McBride Date: Tue, 17 Feb 2009 03:10:53 +0000 (+0000) Subject: Terminus fonts changed in OpenBSD -current, make sure we specify medium X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=4e54852f687637e770258759ac44dd611af1d1a1;hp=4d04757a770277e3dc488ee154ba5d8f4dd6cc0f;p=spectrwm.git Terminus fonts changed in OpenBSD -current, make sure we specify medium otherwise the bar is bold. --- diff --git a/scrotwm.c b/scrotwm.c index 11b75f0..28f71b2 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -179,7 +179,7 @@ XGCValues bar_gcv; int bar_fidx = 0; XFontStruct *bar_fs; char *bar_fonts[] = { - "-*-terminus-*-*-*-*-*-*-*-*-*-*-*-*", + "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*", "-*-times-medium-r-*-*-*-*-*-*-*-*-*-*", NULL };