st

[fork] terminal
Log | Files | Refs | README | LICENSE

commit 824f2403545d799b0da778d21b24a8d27a587dbd
parent 181cdee2091a5ec9f70e5bb2cbf3824d94244c64
Author: hhvn <dev@hhvn.uk>
Date:   Sun,  9 Jan 2022 15:23:52 +0000

config.h: reduce borderpx size

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "Dejavu Sans Mono:pixelsize=9:antialias=true:autohint=true"; -static int borderpx = 10; +static int borderpx = 4; /* * What program is execed by st depends of these precedence rules: