aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2020-08-25 21:27:47 +0200
committerFederico Igne <git@federicoigne.com>2020-08-25 21:27:47 +0200
commit61bbaa1818da6e5f4f2b06695c2ff68d0300b09c (patch)
tree4813e4d36bfe495713d7ebbdf2be91c2c0149a62
parent8954307104b5075bbbbbeaab3a0a77bb42b8fb9b (diff)
downloadst-61bbaa1818da6e5f4f2b06695c2ff68d0300b09c.tar.gz
st-61bbaa1818da6e5f4f2b06695c2ff68d0300b09c.zip
Add ForkAwesome font for special symbols
-rw-r--r--README.md1
-rw-r--r--config.def.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7796f3a..b068ecc 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,6 @@ Requirements
20------------ 20------------
21In order to build st you need the Xlib header files. 21In order to build st you need the Xlib header files.
22 22
23
24Installation 23Installation
25------------ 24------------
26Edit config.mk to match your local setup (st is installed into 25Edit 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 @@
8static char *font = "curie"; 8static char *font = "curie";
9static char *font2[] = { 9static char *font2[] = {
10 "Twitter Color Emoji:size=8", 10 "Twitter Color Emoji:size=8",
11 "ForkAwesome:size=8"
11/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ 12/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */
12/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ 13/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
13}; 14};