Sync with my ST fork. Font size should be 9.5

See the comments in this commit: 85452cfe7d
This commit is contained in:
Protesilaos Stavrou 2019-02-12 13:44:14 +02:00
parent 724eee8153
commit 61e0cedd10
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
6 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -22,7 +22,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "monospace:size=10";
static char *font = "monospace:size=9.5";
static int borderpx = 0;
/*

View file

@ -22,7 +22,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "monospace:size=10";
static char *font = "monospace:size=9.5";
static int borderpx = 0;
/*

BIN
st/st/st

Binary file not shown.

View file

@ -29,7 +29,7 @@ diff -up /home/prot/st-0.8.2-upstream/config.def.h /home/prot/st-0.8.2-prot-soft
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
-static int borderpx = 2;
+static char *font = "monospace:size=10";
+static char *font = "monospace:size=9.5";
+static int borderpx = 0;
/*

BIN
st/st/x.o

Binary file not shown.