@ -1422,6 +1422,11 @@ chgalpha(const Arg *arg)
else
return;
if(alpha < 0)
alpha = 0;
if(alpha > 1)
alpha = 1;
dc.col[defaultbg].color.alpha = (unsigned short)(0xFFFF * alpha);
/* Required to remove artifacting from borderpx */
cresize(0, 0);
The note is not visible to the blocked user.