aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-13 08:22:09 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-13 08:22:09 +0000
commit59ee45122c95a17c6293de70bef11ba6752dbd76 (patch)
tree4d9e04ba6b74c21963d89405693c4d40231a3583
parentincreased emoji size (diff)
downloadst-59ee45122c95a17c6293de70bef11ba6752dbd76.tar.gz
st-59ee45122c95a17c6293de70bef11ba6752dbd76.zip
for font2, the first entry should be the one with the missing glyphs
-rw-r--r--config.def.h2
-rw-r--r--config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 0c9eb04..85be541 100644
--- a/config.def.h
+++ b/config.def.h
@@ -9,8 +9,8 @@ static char font[] =
"DejaVuSansMono Nerd Font Mono:pixelsize=14;antialias=true;autohint=true";
/* Spare fonts */
static char *font2[] = {
- "DejaVuSansMono Nerd Font Mono:pixelsize=14;antialias=true;autohint=true",
"Noto Color Emoji:pixelsize=14:antialias=true:autohint=true",
+ "DejaVuSansMono Nerd Font Mono:pixelsize=11.3;antialias=true;autohint=true",
};
static int borderpx = 2;
diff --git a/config.h b/config.h
index 0c9eb04..85be541 100644
--- a/config.h
+++ b/config.h
@@ -9,8 +9,8 @@ static char font[] =
"DejaVuSansMono Nerd Font Mono:pixelsize=14;antialias=true;autohint=true";
/* Spare fonts */
static char *font2[] = {
- "DejaVuSansMono Nerd Font Mono:pixelsize=14;antialias=true;autohint=true",
"Noto Color Emoji:pixelsize=14:antialias=true:autohint=true",
+ "DejaVuSansMono Nerd Font Mono:pixelsize=11.3;antialias=true;autohint=true",
};
static int borderpx = 2;