diff options
Diffstat (limited to '.config/dmenu')
| -rw-r--r-- | .config/dmenu/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/dmenu/config.h b/.config/dmenu/config.h index fb69c65..889577e 100644 --- a/.config/dmenu/config.h +++ b/.config/dmenu/config.h | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ | 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 */ | 5 | /* -fn option overrides fonts[0]; default X11 font or font set */ |
| 6 | static const char *fonts[] = { | 6 | static const char *fonts[] = { |
| 7 | "monospace:size=12" | 7 | "monospace:size=14" |
| 8 | }; | 8 | }; |
| 9 | static const char *prompt = NULL; /* -p option; prompt to the left of input field */ | 9 | static const char *prompt = NULL; /* -p option; prompt to the left of input field */ |
| 10 | static const char *colors[SchemeLast][2] = { | 10 | static const char *colors[SchemeLast][2] = { |
