commit f00a53c510edeee64469c6d9837ec5ceac62bcd4
parent 20a8b84f2720d0b7e9f6df57a150c89dbb645339
Author: Erik Letson <hmagellan@hmagellan.com>
Date: Sat, 15 Aug 2020 16:14:16 -0500
Correction of border USAGE file
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patches/border/USAGE b/patches/border/USAGE
@@ -47,7 +47,7 @@ Description from source:
(1). Place the patch file in /etc/portage/patches/x11-misc/dmenu/
(2). Add the following line to your savedconfig file:
- static unsigned int border_width = 5;
+ static unsigned int border_width = 0;
Set the 'border_width' variable to the desired default border thickness. Notice the lack of 'const'.
(3). Run 'emerge dmenu'