diff options
| author | Malfurious <m@lfurio.us> | 2020-06-27 00:17:43 -0400 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-01-17 19:53:22 -0500 |
| commit | a71b8558a235a601ea2d335233b55de9b486d347 (patch) | |
| tree | ea4cacd978f7417958226836ee8fcfa2dff26fea | |
| parent | 6e970474743d57a5d8b054c41fd3bff2bc895742 (diff) | |
| download | st-a71b8558a235a601ea2d335233b55de9b486d347.tar.gz st-a71b8558a235a601ea2d335233b55de9b486d347.zip | |
config: Set terminal font
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 2cd740a..7be4681 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "monospace:size=11:antialias=true:autohint=true"; static int borderpx = 2; /* |
