summaryrefslogtreecommitdiff
path: root/.config/dmenu
diff options
context:
space:
mode:
Diffstat (limited to '.config/dmenu')
-rw-r--r--.config/dmenu/config.h2
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 @@
4static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ 4static 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 */
6static const char *fonts[] = { 6static const char *fonts[] = {
7 "monospace:size=12" 7 "monospace:size=14"
8}; 8};
9static const char *prompt = NULL; /* -p option; prompt to the left of input field */ 9static const char *prompt = NULL; /* -p option; prompt to the left of input field */
10static const char *colors[SchemeLast][2] = { 10static const char *colors[SchemeLast][2] = {

Generated with cgit - Back to sebastiano.tronto.net