From 5c526666b225c0f0211d0c2a64ba2831ee5a8c7e Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 31 Mar 2022 23:28:08 +0200 Subject: [PATCH] Wider space between text and borders in st. --- _suckless/st/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_suckless/st/config.h b/_suckless/st/config.h index 899ecbf..727ed2f 100644 --- a/_suckless/st/config.h +++ b/_suckless/st/config.h @@ -7,7 +7,7 @@ */ static char *font = "RobotoMono Nerd Font:style=Medium:pixelsize=14"; static char *font2[] = { "Noto Color Emoji:pixelsize=12" }; -static int borderpx = 2; +static int borderpx = 5; /* * What program is execed by st depends of these precedence rules: