diff options
| author | joe <rbo@gmx.us> | 2025-10-15 15:30:47 +0200 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-10-15 15:30:47 +0200 |
| commit | 3b84bb7e72a415c987f83b2b6679debe89708b5a (patch) | |
| tree | 1a3ddf7d586a4ba1a2e99ba4b3a36b0af93fee1c /config.def.h | |
| parent | up (diff) | |
| download | st-3b84bb7e72a415c987f83b2b6679debe89708b5a.tar.gz st-3b84bb7e72a415c987f83b2b6679debe89708b5a.tar.bz2 st-3b84bb7e72a415c987f83b2b6679debe89708b5a.tar.xz st-3b84bb7e72a415c987f83b2b6679debe89708b5a.tar.zst st-3b84bb7e72a415c987f83b2b6679debe89708b5a.zip | |
font
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 740e041..321a803 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "BlexMono Nerd Font:size=13"; +static char *font = "Terminess Nerd Font:size=15"; +/* static char *font = "BlexMono Nerd Font:size=13"; */ static int borderpx = 0; /* |
