diff options
author | Malfurious <m@lfurio.us> | 2020-06-27 00:17:43 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-08-12 13:12:21 -0400 |
commit | 75dd083b0657a595a4984a61ad98e82e55ad2ec2 (patch) | |
tree | 0eff1d2f2026644def70d2b9e5d9733ad7d69459 /config.def.h | |
parent | 5dbcca49263be094fc38159c297458ae323ef647 (diff) | |
download | st-75dd083b0657a595a4984a61ad98e82e55ad2ec2.tar.gz st-75dd083b0657a595a4984a61ad98e82e55ad2ec2.zip |
config: Set terminal font
Diffstat (limited to 'config.def.h')
-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; /* |