summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index aecbe46..076d4a4 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,9 +5,15 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Fira Code:pixelsize=12:antialias=true:autohint=true";
+static char *font = "Fira Mono:pixelsize=12:antialias=true:autohint=true";
static int borderpx = 0;
+static char *font2[] = {
+ "unifont:pixelsize=12:antialias=true:autohint=true" // not working with korean
+ // "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true",
+ // "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true",
+};
+
/*
* What program is execed by st depends of these precedence rules:
* 1: program passed with -e