From 1aa48660f23fd029133fba84d7649d3e4f395f34 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 14 Aug 2020 13:48:54 +0200 Subject: Added font2 patch --- config.def.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index aecbe46..1353228 100644 --- a/config.def.h +++ b/config.def.h @@ -8,6 +8,12 @@ static char *font = "Fira Code:pixelsize=12:antialias=true:autohint=true"; static int borderpx = 0; +static char *font2[] = { + "Symbola:pixelsize=12:antialias=true:autohint=true" +/* "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