aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2021-11-01 11:52:34 +0000
committerFederico Igne <git@federicoigne.com>2021-11-01 11:52:34 +0000
commit57299b1c8b3f1abb58969ae82ef756b0e24537cd (patch)
tree5657896086cfdde7c45392cc942630cd417a9b2e
parentd5aa41c7beec721f242402c9e8981d84df842ece (diff)
downloadst-57299b1c8b3f1abb58969ae82ef756b0e24537cd.tar.gz
st-57299b1c8b3f1abb58969ae82ef756b0e24537cd.zip
Change and adjust fonts
-rw-r--r--config.def.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h
index de93aa4..f7b7e0c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,12 +5,10 @@
5 * 5 *
6 * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html 6 * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
7 */ 7 */
8static char *font = "curie"; 8static char *font = "Bitstream Vera Sans Mono:size=9";
9static char *font2[] = { 9static char *font2[] = {
10 "Twitter Color Emoji:size=8", 10 "Twitter Color Emoji:size=9",
11 "ForkAwesome:size=8" 11 "ForkAwesome:size=9"
12/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */
13/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
14}; 12};
15static int borderpx = 2; 13static int borderpx = 2;
16 14
@@ -30,7 +28,7 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
30char *vtiden = "\033[?6c"; 28char *vtiden = "\033[?6c";
31 29
32/* Kerning / character bounding-box multipliers */ 30/* Kerning / character bounding-box multipliers */
33static float cwscale = 0.8; 31static float cwscale = 1.0;
34static float chscale = 1.0; 32static float chscale = 1.0;
35 33
36/* 34/*