dmenu

git clone git://mattcarlson.org/repos/dmenu.git
Log | Files | Refs

commit bf180b843af1130d8d280d61755c57e2a718b27f
parent b7695c74ee2f346d471c2da3a6ea292e6041b1c8
Author: Matthew Carlson <matt@mcarlson.xyz>
Date:   Wed, 28 Jul 2021 01:00:50 -0400

opaque

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

diff --git a/config.h b/config.h @@ -20,7 +20,7 @@ static const char *fonts[] = { }; // alpha -static const unsigned int alpha = 0xf0; +static const unsigned int alpha = 0xff; // prompt static char *prompt = NULL;