config.diff (483B)
1 --- config.def.h Thu Nov 18 09:10:09 2021 2 +++ config.h Thu Jun 16 10:57:09 2022 3 @@ -4,7 +4,7 @@ 4 static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ 5 /* -fn option overrides fonts[0]; default X11 font or font set */ 6 static const char *fonts[] = { 7 - "monospace:size=10" 8 + "monospace:size=7", 9 }; 10 static const char *prompt = NULL; /* -p option; prompt to the left of input field */ 11 static const char *colors[SchemeLast][2] = {