mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
Sync with my ST fork. Font size should be 9.5
See the comments in this commit: 85452cfe7d
This commit is contained in:
parent
724eee8153
commit
61e0cedd10
BIN
bin/bin/st
BIN
bin/bin/st
Binary file not shown.
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue