aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2021-09-22 23:30:36 +0100
committerShivesh Mandalia <mail@shivesh.org>2021-09-22 23:30:36 +0100
commit04b562e98a947f6b4b036481ff01c1f59e1f2681 (patch)
treeb80e0f52ea4dbe2478c474ab77d435ae471ae49b
parent592b84244d9170ae9243835b1f44f557eb464879 (diff)
downloadst-04b562e98a947f6b4b036481ff01c1f59e1f2681.tar.gz
st-04b562e98a947f6b4b036481ff01c1f59e1f2681.zip
Set spare font
-rw-r--r--config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h b/config.h
index 1d97da0..e14c6bd 100644
--- a/config.h
+++ b/config.h
@@ -6,6 +6,13 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liga Agave:pixelsize=16:antialias=true:autohint=false;dpi=96;hinting=1;hintstyle=hintslight";
+/* Spare fonts */
+static char *font2[] = {
+ "Noto Color Emoji:pixelsize=14:antialias=true:autohint=true"
+/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */
+/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
+};
+
static int borderpx = 2;
/*