From 6af0f06f812d7b8f423be03355b04d297b57acac Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Sat, 25 Jul 2020 19:34:35 -0400 Subject: [PATCH] changed border --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 6f05dce..87286c1 100644 --- a/config.def.h +++ b/config.def.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; -static int borderpx = 2; +static int borderpx = 7; /* * What program is execed by st depends of these precedence rules: -- 2.20.1