From 742c37cbdbe3cdf1727927b7148b9fa58a871fe4 Mon Sep 17 00:00:00 2001 From: Ivan Polyakov Date: Sun, 19 Jun 2022 12:55:01 +0300 Subject: [PATCH] font2 patch --- config.def.h | 4 ++-- patches.def.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index e441e98..76a6f0b 100644 --- a/config.def.h +++ b/config.def.h @@ -9,8 +9,8 @@ static char *font = "Comic Code Ligatures:pixelsize=18:antialias=true:autohint=t #if FONT2_PATCH /* Spare fonts */ static char *font2[] = { -/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ -/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ +/* "Inconsolata for Powerline:pixelsize=25:antialias=true:autohint=true", */ + "Hack Nerd Font Mono:pixelsize=18:antialias=true:autohint=true", }; #endif // FONT2_PATCH diff --git a/patches.def.h b/patches.def.h index 350a16f..1c1ab64 100644 --- a/patches.def.h +++ b/patches.def.h @@ -175,7 +175,7 @@ * So they will be used first for glyphs that are absent in the default font. * https://st.suckless.org/patches/font2/ */ -#define FONT2_PATCH 0 +#define FONT2_PATCH 1 /* Hide the X cursor whenever a key is pressed and show it back when the mouse is moved in * the terminal window.