commit 71ac0596558b7fca812e9c62cdd3eeecacb46fa8
parent edb2ede4dba3930a8cdb55c9554ab43b55d5cb0a
Author: mrgrouse <mrgrouse@mrgrouse.com>
Date: Fri, 16 Aug 2024 14:02:40 -0400
config.def.h: change font to Lexend Deca Bold
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -6,7 +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[] = {
- "FiraCode:pixelsize=16",
+ "LexendDeca-Bold:pixelsize=16",
};
static const unsigned int bgalpha = 0x70;
static const unsigned int fgalpha = OPAQUE;