commit 01b1169196220e4f6c121b2e73a487eff18a5031
parent ab984544a28e156ed9e1cb5f090f5ec8625356f7
Author: mrgrouse <bdmfegys@duck.com>
Date: Thu, 9 May 2024 22:29:44 -0400
config.def.h: switch font to Fira Code
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -12,8 +12,8 @@ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows sel
static const unsigned int systrayspacing = 2; /* systray spacing */
static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor */
static const int showsystray = 1; /* 0 means no systray */
-static const char *fonts[] = { "NotoSansMono:pixelsize=18" };
-static const char dmenufont[] = "NotoSansMono:pixelsize=18";
+static const char *fonts[] = { "FiraCode:pixelsize=18" };
+static const char dmenufont[] = "FiraCode:pixelsize=18";
static const unsigned int baralpha = 0xff;
static const unsigned int borderalpha = OPAQUE;
static const unsigned int ALTMONNUM = 1; /* number of the alt/secondary monitor */