aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2021-09-22 23:22:53 +0100
committerShivesh Mandalia <mail@shivesh.org>2021-09-22 23:22:53 +0100
commit592b84244d9170ae9243835b1f44f557eb464879 (patch)
tree49bd5b7dacf054130c3d13ab3ae86401a0241f1e /config.def.h
parent3964320a731def870e1c28bc8bae05310decc949 (diff)
downloadst-592b84244d9170ae9243835b1f44f557eb464879.tar.gz
st-592b84244d9170ae9243835b1f44f557eb464879.zip
Define a spare font
- Patch st-font2-20190416-ba72400.diff <https://st.suckless.org/patches/font2/>
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 927b8dd..bb744c9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -6,6 +6,12 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+/* Spare fonts */
+static char *font2[] = {
+/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */
+/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
+};
+
static int borderpx = 2;
/*