Browse Source

font2 patch

master
Ivan Polyakov 2 years ago
parent
commit
742c37cbdb
  1. 4
      config.def.h
  2. 2
      patches.def.h

4
config.def.h

@ -9,8 +9,8 @@ static char *font = "Comic Code Ligatures:pixelsize=18:antialias=true:autohint=t @@ -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

2
patches.def.h

@ -175,7 +175,7 @@ @@ -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.

Loading…
Cancel
Save