st

[fork] customized build of st, the simple terminal
git clone git://src.adamsgaard.dk/st
Log | Files | Refs | README | LICENSE Back to index

commit 643585f3d771e48023ce469a5cd4e1a848c84e18
parent 2d76b78202b02072cc22d9b21e7eb643d747605d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 18 Jun 2020 07:45:12 +0200

Decrease border 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 = "dina:size=9:antialias=false"; -static int borderpx = 4; +static int borderpx = 2; /* * What program is execed by st depends of these precedence rules: