dwm

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

commit d6c2a041bea1bfaff2b350adeb8edd3774d78fae
parent 820b6ff886eb85c05dff86f114a69c6b882fcd5a
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Mon,  6 Oct 2025 13:02:25 +0200

apply fixborders patch

Diffstat:
Mdrw.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/drw.c b/drw.c @@ -176,6 +176,8 @@ drw_clr_create(Drw *drw, Clr *dest, const char *clrname) DefaultColormap(drw->dpy, drw->screen), clrname, dest)) die("error, cannot allocate color '%s'", clrname); + + dest->pixel |= 0xff << 24; } /* Create color schemes. */