commit 98ee763d00595efb7ad873a7b7649afdf163ea24 parent 9d3d01678ba926d8934304b6a6c1b54575a58f70 Author: Pablo Garro <pablogq@thepablogq.xyz> Date: Mon, 12 Apr 2021 13:38:36 -0600 Set up mouse support Diffstat:
M | config.def.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 = "Fira Code:pixelsize=14:antialias=false:autohint=false"; static int borderpx = 2; /*