DWM config, picom improvements and fix border alpha for DMW

This commit is contained in:
2024-06-03 15:01:56 +01:00
parent 359d6eb826
commit 87122c8408
6 changed files with 89 additions and 38 deletions

View File

@@ -190,6 +190,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