summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorjustsaumit <justsaumit@draconyan.xyz>2022-03-02 08:51:54 +0530
committerjustsaumit <justsaumit@draconyan.xyz>2022-03-02 08:51:54 +0530
commit2506fb17fafaa5c15c973e250dfa500f00e09d91 (patch)
treeb4e63837cf0f4d896f635a917313ddac81b993e7 /config.h
parentcbbe8109bcb89b5d4acd8d8664c231207138ba55 (diff)
Removed lines in drw.c 143/144
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 1edb647..9db2b9a 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"
+ "monospace:size=13"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {