aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-04-29 06:30:00 +0000
committerterminaldweller <thabogre@gmail.com>2022-04-29 06:30:00 +0000
commit2fbc8df4099d548a3a14f1e2787ffb89339f0faa (patch)
treeccae776c7ad1e480441e4778812377e7221bedcd /config.def.h
parentwide glyph patch (diff)
downloadst-2fbc8df4099d548a3a14f1e2787ffb89339f0faa.tar.gz
st-2fbc8df4099d548a3a14f1e2787ffb89339f0faa.zip
color emojis
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 79fa5d2..f977157 100644
--- a/config.def.h
+++ b/config.def.h
@@ -10,7 +10,7 @@ static char font[] =
/* Spare fonts */
static char *font2[] = {
"DejaVuSansMono Nerd Font Mono:pixelsize=14;antialias=true;autohint=true",
- "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true",
+ "Noto Color Emoji:pixelsize=11.3:antialias=true:autohint=true",
};
static int borderpx = 2;