From c7982e3cabf7e8f36b55fc6d91b919f12406a1a1 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 26 Jun 2023 10:28:50 +0200 Subject: [PATCH] Revert last 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 1e8ec3c..83e38b4 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 Mono:style=Medium:pixelsize=14"; +static char *font = "RobotoMono Nerd Font:style=Medium:pixelsize=14"; static char *font2[] = { "Noto Color Emoji:pixelsize=12" }; static int borderpx = 5;