From e76d6436ecccc1b96f23b5636a85ee3be98c7898 Mon Sep 17 00:00:00 2001 From: mrdotx Date: Mon, 26 Jul 2021 18:16:47 +0200 Subject: [PATCH] borderwidth added --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 61e1baf..8702bc5 100644 --- a/config.def.h +++ b/config.def.h @@ -7,6 +7,7 @@ static int embedded = 0; static int minpwlen = 32; static unsigned int lineheight = 26; +static unsigned int borderwidth = 0; static const char *fonts[] = { "DejaVuSansMono Nerd Font:pixelsize=16:antialias=true:autohint=true"