diff options
| author | foswret <foswret@posteo.com> | 2025-08-23 00:18:51 -0500 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2025-08-23 00:18:51 -0500 |
| commit | d22a5aa86b377e9d1272c0bb914a1142867e9d5d (patch) | |
| tree | 6efa4df03e89fccf20f60caea57f8c65d0001410 /config.def.h | |
| parent | bcb89888a0af899b69884b4dc05db7ea8267c377 (diff) | |
changed font to GoMono Nerd Font Mono
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index e74c6ce..222c009 100644 --- a/config.def.h +++ b/config.def.h @@ -6,8 +6,8 @@ static const unsigned int gappx = 6; /* gaps between windows */ static unsigned int snap = 32; /* snap pixel */ static int showbar = 1; /* 0 means no bar */ static int topbar = 1; /* 0 means bottom bar */ -static char font[] = "monospace:size=10"; -static char dmenufont[] = "monospace:size=10"; +static char font[] = "GoMono Nerd Font Mono:size=10"; +static char dmenufont[] = "GoMono Nerd Font Mono:size=10"; static const char *fonts[] = { font }; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; |
