staticstatus: Adding note about systray pinning

This commit is contained in:
bakkeby
2020-06-10 12:08:37 +02:00
parent 164095db40
commit a5e74cd720
2 changed files with 3 additions and 1 deletions

2
dwm.c
View File

@ -1756,7 +1756,7 @@ drawbars(void)
Monitor *m;
#if SYSTRAY_PATCH
if (showsystray) {
if (showsystray && systraypinning == 0) {
/* Clear status bar to avoid artifacts beneath systray icons */
drw_setscheme(drw, scheme[SchemeNorm]);
drw_rect(drw, 0, 0, selmon->ww, bh, 1, 1);