birdmenu

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit bee86292e7dd8c92692ade64e77d5e0fe06d09bc
parent 368fcd3628b5ece2b6b9a970e4e9d77739d0385a
Author: grouse <bdmfegys@duck.com>
Date:   Mon, 27 Nov 2023 03:15:58 -0500

changed border size to 3 pixels

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

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