From 144d116741e4fa1ae1452504c872cb970c360e24 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 19 Nov 2020 10:56:07 -0300 Subject: [PATCH] Changed tab and default shell --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 6f05dce..9c1b5f8 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 = "Fira Code:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 2; /*