commit f3e78c5fb373578da69162d0045ab27a10a49ff9
parent 4b240d693f6d7135ef29a2a6d4dc7b01280d5df3
Author: mrgrouse <bdmfegys@duck.com>
Date: Thu, 9 May 2024 22:30:47 -0400
config.def.h: switch font to Fira Code
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -6,8 +6,7 @@ static int centered = 1; /* -c option; centers dmenu on scree
static int min_width = 500; /* minimum width when centered */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
- "SpaceMono-Bold:pixelsize=16",
-// "JoyPixels:pixelsize=8:antialias=true:autohint=true"
+ "FiraCode:pixelsize=16",
};
static const unsigned int bgalpha = 0x70;
static const unsigned int fgalpha = OPAQUE;