st

My fork of st.
git clone git://git.alex.balgavy.eu/st.git
Log | Files | Refs | README | LICENSE

commit 9feb7a518a2340cf98b48faa176a153452bbe4a6
parent d046324b7123b250a4866cf6a00f0f44ab9149a6
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 17 Sep 2021 15:17:22 +0200

Add emoji font to st

Diffstat:
Mconfig.h | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -5,7 +5,10 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "monospace:pixelsize=14:antialias=true:autohint=true"; +static char *font = "MesloLGS NF:pixelsize=14:antialias=true:autohint=true"; +static char *font2[] = { + "Noto Color Emoji:pixelsize=14:antialias=true:autohint=true" +}; static int borderpx = 2; /*