diff --git a/bst/bst b/bst/bst index f5036745..3ce87bd8 100755 Binary files a/bst/bst and b/bst/bst differ diff --git a/bst/config.h b/bst/config.h index b71c44f3..1a71bbe7 100644 --- a/bst/config.h +++ b/bst/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Source Code Pro:pixelsize=18.5:antialias=true:autohint=true"; +static char *font = "Source Code Pro:pixelsize=18:antialias=true:autohint=true"; // static char *font = "mono:pixelsize=18.5:antialias=true:autohint=true"; static int borderpx = 2; diff --git a/bst/x.o b/bst/x.o index 5555c62a..bd17ae5b 100644 Binary files a/bst/x.o and b/bst/x.o differ