summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2021-08-12 21:55:34 -0500
committerGitHub <noreply@github.com>2021-08-12 21:55:34 -0500
commitb762c1f2aa28202a82426c3d794dba46035771c6 (patch)
tree1e8bc7d3f521db6b7112966a7e32bb40606e601d /config.h
parentdbe088616389d984b9ba66967b4b66665c759f8b (diff)
Update config.h
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 337d2e8..57b2ff3 100644
--- 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[] = {
- "FiraCode-Regular:size=12"
+ "FiraCode-Regular:size=10"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {