From 7dfdb7e4506be3486cf8cbaf827188ca6560071f Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 13 Aug 2020 22:41:43 +0200 Subject: Added font2 patch --- config.def.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config.def.h') 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 -- cgit