commit e0b3b99d46d7dcfffdb950a397ed3d02ed70390a parent 7160474fca0b1a232dbd989b95d7b003575883b3 Author: Andrew Laack <andrew@laack.co> Date: Thu, 10 Jul 2025 04:20:11 -0500 Updated default font Diffstat:
| M | config.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=16:antialias=true:autohint=true"; +static char *font = "Literation Mono Nerd Font:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 2; /*