From 4e54852f687637e770258759ac44dd611af1d1a1 Mon Sep 17 00:00:00 2001 From: Ryan McBride Date: Tue, 17 Feb 2009 03:10:53 +0000 Subject: [PATCH] Terminus fonts changed in OpenBSD -current, make sure we specify medium otherwise the bar is bold. --- scrotwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.39.2