diff options
author | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 08:51:54 +0530 |
---|---|---|
committer | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 08:51:54 +0530 |
commit | 2506fb17fafaa5c15c973e250dfa500f00e09d91 (patch) | |
tree | b4e63837cf0f4d896f635a917313ddac81b993e7 /config.h | |
parent | cbbe8109bcb89b5d4acd8d8664c231207138ba55 (diff) |
Removed lines in drw.c 143/144
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] = { |