summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+justsaumit@users.noreply.github.com>2022-01-27 12:40:50 +0530
committerGitHub <noreply@github.com>2022-01-27 12:40:50 +0530
commit176a682d5dfb7d2148d58cbdb16b0eee4d2e9148 (patch)
tree6867692c7aae8f53402b6bec5880d04d7ab1f314
parente4e4cdb07a04a9a944a5565078c4455b140c7a14 (diff)
Update config.h
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 0ef5587..4cf5753 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[] = {
- "JetBrains Mono:size=13",
+ "JetBrains Mono:size=14",
"JoyPixels:pixelsize=15:antialias=true:autohint=true"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */