diff options
author | Federico Igne <git@federicoigne.com> | 2022-02-07 21:46:41 +0000 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2022-02-07 21:46:41 +0000 |
commit | 44ea04bd0810fda54721f02f98757b58375469ad (patch) | |
tree | 4082ae7a9181d00f7549b21452a08d06819d39a2 | |
parent | 48c0eb4755c61b507a043593af7a4dc3d1aaedd5 (diff) | |
download | st-master.tar.gz st-master.zip |
-rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 19e15f2..5b41523 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -8,7 +8,8 @@ | |||
8 | static char *font = "Bitstream Vera Sans Mono:size=9"; | 8 | static char *font = "Bitstream Vera Sans Mono:size=9"; |
9 | static char *font2[] = { | 9 | static char *font2[] = { |
10 | "Twitter Color Emoji:size=9", | 10 | "Twitter Color Emoji:size=9", |
11 | "ForkAwesome:size=9" | 11 | "ForkAwesome:size=9", |
12 | "Symbola:size=9", | ||
12 | }; | 13 | }; |
13 | static int borderpx = 2; | 14 | static int borderpx = 2; |
14 | 15 | ||