commit 93402d5ccf98e54be7a8accda31bd9acc205fd9d
parent 7aa705af40010708a47f4e595580cc3fea8efb71
Author: mrgrouse <bdmfegys@duck.com>
Date: Fri, 16 Aug 2024 02:41:35 -0400
config.def.h: change default font to Lexend Deca Bold
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[] = { "FiraCode:pixelsize=18" };
-static const char dmenufont[] = "FiraCode:pixelsize=18";
+static const char *fonts[] = { "LexendDeca-Bold:pixelsize=18" };
+static const char dmenufont[] = "LexendDeca-Bold: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 */