How to set "0" opacity to dwm and st?

65 views Asked by At

I installed the "alpha" patch to dwm and st. and I changed the values to 0.

dwm:

static unsigned int baralpha        = 0x00;
static unsigned int borderalpha     = OPAQUE;

st:

float alpha = 0;

But still can't get it completely transparent.

0

There are 0 answers