dmenu

[fork] X11 menuing
Log | Files | Refs | README | LICENSE

commit c52eaced6432c5800b6fcb75f95fa382164b0b27
parent 3d35833f107aeeec13189feddde757200a3d4b28
Author: hhvn <dev@haydenvh.com>
Date:   Tue,  2 Mar 2021 14:21:11 +0000

config.h: border width, match dwm

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

diff --git a/config.h b/config.h @@ -29,4 +29,4 @@ static unsigned int lines=20; static const char worddelimiters[] = " "; /* Size of the window border */ -static unsigned int border_width = 2; +static unsigned int border_width = 1;