From f94cb6c942458e239ddd2dff9d2d443e198d11e7 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 26 Jun 2023 01:11:33 +0200 Subject: [PATCH] Font change. --- _unused/_suckless/st/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;