diff options
author | Federico Igne <git@federicoigne.com> | 2020-08-25 21:27:47 +0200 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2020-08-25 21:27:47 +0200 |
commit | 61bbaa1818da6e5f4f2b06695c2ff68d0300b09c (patch) | |
tree | 4813e4d36bfe495713d7ebbdf2be91c2c0149a62 | |
parent | 8954307104b5075bbbbbeaab3a0a77bb42b8fb9b (diff) | |
download | st-61bbaa1818da6e5f4f2b06695c2ff68d0300b09c.tar.gz st-61bbaa1818da6e5f4f2b06695c2ff68d0300b09c.zip |
Add ForkAwesome font for special symbols
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | config.def.h | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,6 @@ Requirements | |||
20 | ------------ | 20 | ------------ |
21 | In order to build st you need the Xlib header files. | 21 | In order to build st you need the Xlib header files. |
22 | 22 | ||
23 | |||
24 | Installation | 23 | Installation |
25 | ------------ | 24 | ------------ |
26 | Edit config.mk to match your local setup (st is installed into | 25 | 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 @@ | |||
8 | static char *font = "curie"; | 8 | static char *font = "curie"; |
9 | static char *font2[] = { | 9 | static 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 | }; |