From 2383a05f547a9dedd99e914f325819706b82c51c Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 27 Jun 2020 00:17:43 -0400 Subject: config: Set terminal font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /* -- cgit v1.2.3