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.