JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Terminus fonts changed in OpenBSD -current, make sure we specify medium
authorRyan McBride <mcbride@countersiege.com>
Tue, 17 Feb 2009 03:10:53 +0000 (03:10 +0000)
committerRyan McBride <mcbride@countersiege.com>
Tue, 17 Feb 2009 03:10:53 +0000 (03:10 +0000)
otherwise the bar is bold.

scrotwm.c

index 11b75f0..28f71b2 100644 (file)
--- 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
 };