diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-11-04 12:27:03 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-11-04 12:27:03 +0100 |
| commit | 9441cd4742240a7a8513858eba2b046693711476 (patch) | |
| tree | 3daa20f1a78cc35b06872f3c1e4a0e6b8fab2e1c /config.h | |
| parent | 58302d188c9b9a19c6fa0261c7a8a788fb9f595f (diff) | |
fixed wrong font
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", + "Iosevka:size=10", "JoyPixels:size=10:antialias=true:autohint=true" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ |
