dmenu

my customized dmenu build
git clone git://git.hanetzok.net/dmenu
Log | Files | Refs | README | LICENSE

commit dd9bc4389d0ae408ef625d94c411490562cef0ee
parent 4afde72c19893de285eb01d123c7bab0990831d0
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Mon, 27 Oct 2025 01:21:11 +0100

change border width

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

diff --git a/config.def.h b/config.def.h @@ -28,5 +28,5 @@ static const char worddelimiters[] = " "; /* Size of the window border */ -static unsigned int border_width = 3; +static unsigned int border_width = 1;