We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501fe65 commit ac5553fCopy full SHA for ac5553f
config.def.h
@@ -6,10 +6,10 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a
6
static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */
7
/* -fn option overrides fonts[0]; default X11 font or font set */
8
static const char *fonts[] = {
9
- "monospace:size=10"
+ "monospace:size=12"
10
};
11
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
12
-#define pywal "/home/salahdin/.cache/wal/colors-wal-dmenu.h"
+#define pywal "/home/salastro/.cache/wal/colors-wal-dmenu.h"
13
14
#if __has_include(pywal)
15
#include pywal
0 commit comments