summaryrefslogtreecommitdiff
path: root/.config/dmenu
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-08 23:55:30 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-08 23:55:30 +0200
commitc4d0e3de7ad04114797abb14368e4a6f8da04a60 (patch)
tree5ef72a5dfb5f6b1b15c1c3ac3e2e876bb9398ed2 /.config/dmenu
parent453436ee53cd9935473cf1944dd072281d69a99f (diff)
downloadconfig-c4d0e3de7ad04114797abb14368e4a6f8da04a60.tar.gz
config-c4d0e3de7ad04114797abb14368e4a6f8da04a60.zip
Updates from alpine
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