diff options
| author | iamcheeseman <[email protected]> | 2026-05-10 18:36:22 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-10 18:36:22 -0400 |
| commit | 8e5173a2d25c8f79607f4806016276065abda41c (patch) | |
| tree | be4cfd1d2c7589d85b44f55ea8a966cb3bf3d776 /src/dmenu/config.h | |
| parent | f0bf896d1372c69d8ad7889564a28168954d8123 (diff) | |
update
Diffstat (limited to 'src/dmenu/config.h')
| -rw-r--r-- | src/dmenu/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dmenu/config.h b/src/dmenu/config.h index c9278f5..9c5cf36 100644 --- a/src/dmenu/config.h +++ b/src/dmenu/config.h @@ -4,17 +4,17 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "CommitMono:style=Regular:pixelsize=16:antialias=true:autohint=true", + "CommitMono:pixelsize=15" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { /* fg bg */ - [SchemeNorm] = { "#ffffff", "#000000" }, - [SchemeSel] = { "#ffffff", "#202020" }, - [SchemeOut] = { "#000000", "#00ffff" }, + [SchemeNorm] = { "#888888", "#101010" }, + [SchemeSel] = { "#000000", "#FFFFFF" }, + [SchemeOut] = { "#000000", "#00FFFF" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ -static unsigned int lines = 0; +static unsigned int lines = 5; /* * Characters not considered part of a word while deleting words |
