diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-08 23:55:30 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-08 23:55:30 +0200 |
| commit | c4d0e3de7ad04114797abb14368e4a6f8da04a60 (patch) | |
| tree | 5ef72a5dfb5f6b1b15c1c3ac3e2e876bb9398ed2 /.config/dmenu | |
| parent | 453436ee53cd9935473cf1944dd072281d69a99f (diff) | |
| download | config-c4d0e3de7ad04114797abb14368e4a6f8da04a60.tar.gz config-c4d0e3de7ad04114797abb14368e4a6f8da04a60.zip | |
Updates from alpine
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] = { |
