diff --git a/_unused/_suckless/st/config.h b/_unused/_suckless/st/config.h index 83e38b4..1e8ec3c 100644 --- a/_unused/_suckless/st/config.h +++ b/_unused/_suckless/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "RobotoMono Nerd Font:style=Medium:pixelsize=14"; +static char *font = "RobotoMono Nerd Font Mono:style=Medium:pixelsize=14"; static char *font2[] = { "Noto Color Emoji:pixelsize=12" }; static int borderpx = 5;