From 61bbaa1818da6e5f4f2b06695c2ff68d0300b09c Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Tue, 25 Aug 2020 21:27:47 +0200 Subject: Add ForkAwesome font for special symbols --- README.md | 1 - config.def.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7796f3a..b068ecc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ Requirements ------------ In order to build st you need the Xlib header files. - Installation ------------ Edit config.mk to match your local setup (st is installed into diff --git a/config.def.h b/config.def.h index 685a9aa..0053c06 100644 --- a/config.def.h +++ b/config.def.h @@ -8,6 +8,7 @@ static char *font = "curie"; static char *font2[] = { "Twitter Color Emoji:size=8", + "ForkAwesome:size=8" /* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ /* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ }; -- cgit v1.2.3