diff options
author | Tim Keller <tjkeller.xyz> | 2025-01-09 17:37:09 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-01-09 17:37:09 -0600 |
commit | 841d8dd61934d0df0d76f0cdca92b6cb8390f260 (patch) | |
tree | f10ded874bae82e6040eb211b4d769e40c0d49c7 /config.def.h | |
parent | 0e7f14ceaf5ecebf3517af9611276c61db2bc66b (diff) | |
download | st-841d8dd61934d0df0d76f0cdca92b6cb8390f260.tar.xz st-841d8dd61934d0df0d76f0cdca92b6cb8390f260.zip |
fix font and replace modified anysize with expected-anysize
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 5a1a8ed..330f466 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 = "JetBrainsMonoNL Nerd Font Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "JetBrainsMonoNL Nerd Font Mono:size=12:antialias=true:autohint=true"; static int borderpx = 2; /* |