aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-05 17:28:39 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-05 17:28:39 +0100
commit4f7232dd65307cbce777216b70ad40c0d1098c06 (patch)
tree2cbc1b449ecc0b3f92f24e37735ae02c06ca6c1f
parentRemoved selectioncolors patch for some TUI programs do not like it (diff)
downloadst-4f7232dd65307cbce777216b70ad40c0d1098c06.tar.gz
st-4f7232dd65307cbce777216b70ad40c0d1098c06.tar.bz2
st-4f7232dd65307cbce777216b70ad40c0d1098c06.tar.xz
st-4f7232dd65307cbce777216b70ad40c0d1098c06.tar.zst
st-4f7232dd65307cbce777216b70ad40c0d1098c06.zip
Font tweak
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index c99b52f..9bb06ca 100644
--- a/config.h
+++ b/config.h
@@ -16,7 +16,7 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
* Remember to remove cwscale if you change font
*/
-char *font = "mononoki Nerd Font:size=12:antialias=true:autohint=true:";
+char *font = "UbuntuMono Nerd Font:size=13:antialias=true:autohint=true:";
int borderpx = 0;
/*
@@ -37,7 +37,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
char *vtiden = "\033[?6c";
/* Kerning / character bounding-box multipliers */
-float cwscale = 0.85;
+float cwscale = 1.0;
float chscale = 1.0;
/*