commit 4b240d693f6d7135ef29a2a6d4dc7b01280d5df3
parent abb3863f6810d0e5794dd49710e3b8ea95e532f2
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date: Mon, 15 Apr 2024 15:32:15 -0400
config.def.h: switch font to SpaceMono-Bold, size 16
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[] = {
- "Inconsolata-ExpandedBold:pixelsize=18",
+ "SpaceMono-Bold:pixelsize=16",
// "JoyPixels:pixelsize=8:antialias=true:autohint=true"
};
static const unsigned int bgalpha = 0x70;