diff options
| author | stkhan <personal@slickd.xyz> | 2022-05-05 17:32:35 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-05-05 17:32:35 +0000 |
| commit | 42966e3e531b8e46e4ab31480d45aa7a141f19ce (patch) | |
| tree | 9a5a195e95bed96abb6601992d4e9e9a9634c300 /dmenu-5.0/config.h | |
| parent | 2d4cdb2e921b9ecf74d7569b3e505754d483ef1a (diff) | |
added config files, and nsxiv
Diffstat (limited to 'dmenu-5.0/config.h')
| -rw-r--r-- | dmenu-5.0/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu-5.0/config.h b/dmenu-5.0/config.h index 1edb647..2085cc2 100644 --- a/dmenu-5.0/config.h +++ b/dmenu-5.0/config.h @@ -4,7 +4,7 @@ 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[] = { - "monospace:size=10" + "Source Code Pro:size=9" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { |