dmenu

dynamic menu
git clone git://mfeller.io/dmenu.git
Log | Files | Refs | README | LICENSE

commit 9d63e0b5e4eca28e156dfe6f036df5d031fb9af4
parent 21df075a319c4bfd722471fbcb0750c6ebc3e680
Author: Mark Feller <mfeller@recurly.com>
Date:   Mon, 30 Mar 2020 22:43:13 -0600

make border thicker

Signed-off-by: Mark Feller <mfeller@recurly.com>

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

diff --git a/config.def.h b/config.def.h @@ -26,4 +26,4 @@ static unsigned int lineheight = 25; /* -h option; minimum height of a m static const char worddelimiters[] = " "; /* Size of the window border */ -static unsigned int border_width = 3; +static unsigned int border_width = 10;