From d892678226b0448aa9e8b563ed1327accdc97175 Mon Sep 17 00:00:00 2001 From: lucashemi Date: Sat, 17 Sep 2022 12:23:46 -0300 Subject: update config --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index acb6b2b..c7ce60f 100644 --- a/config.h +++ b/config.h @@ -5,9 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrains Mono:pixelsize=16:antialias=true:autohint=true"; +static char *font = "Dejavu Sans Mono:pixelsize=16:antialias=true:autohint=true"; static char *font2[] = { "JoyPixels:pixelsize=16:antialias=true:autohint=true" }; -static int borderpx = 15; +static int borderpx = 2; /* * What program is execed by st depends of these precedence rules: -- cgit v1.2.3-18-g5258