summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2021-08-12 21:52:31 -0500
committerGitHub <noreply@github.com>2021-08-12 21:52:31 -0500
commitdbe088616389d984b9ba66967b4b66665c759f8b (patch)
tree3b7fb1472a21fa46a30a2b962b2af8d635a5dd15 /config.h
parent5aff88b84f06e15c528b3dc600c9dc108a75415d (diff)
font
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 8f9ab84..337d2e8 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[] = {
- "monospace:size=10"
+ "FiraCode-Regular:size=12"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
@@ -14,7 +14,7 @@ static const char *colors[SchemeLast][2] = {
[SchemeOut] = { "#ebdbb2", "#8ec07c" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
-static unsigned int lines = 0;
+static unsigned int lines = 0;
/* -h option; minimum height of a menu line */
static unsigned int lineheight = 0;
static unsigned int min_lineheight = 8;