dwm

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

commit c454221343db2c1a7590c4cd67f8678d0df284f5
parent ced6cd158c606cdf32fcee9672ff0df6eb466f1a
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Sat, 12 Apr 2025 11:17:12 +0200

keep borders opaque when using composite manager

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; } /* Wrapper to create color schemes. The caller has to call free(3) on the