commit c3185be1485fe8e8afb8931dfccf9670b618bc8d parent 831687b0b5919f585308adb5e461ac06cc40dca8 Author: mehdi-norouzi <mehdeenoroozi@gmail.com> Date: Sun, 25 Jun 2023 21:14:12 +0330 st: use monospace font Diffstat:
| M | suckless/.local/src/st/config.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/suckless/.local/src/st/config.h b/suckless/.local/src/st/config.h @@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrainsMonoNerdFont-Medium:pixelsize=11:antialias=true:autohint=true"; -static char *font2[] = { "JetBrainsMonoNerdFont-Regular:pixelsize=10:antialias=true:autohint=true" }; +static char *font = "monospace:pixelsize=11:antialias=true:autohint=true"; +static char *font2[] = { "monospace:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 2; /*