commit 58f6e5b9662c2107c70747205e5cc0be3806b569
parent e96f499f0f48def1eae82e9496e77dacd820e07b
Author: Andrew Laack <andrew@laack.co>
Date: Wed, 18 Feb 2026 04:30:33 -0600
Updated font
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -4,7 +4,7 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
- "LiberationMono:size=10"
+ "FiraCode:size=10"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {