fixup! statusallmon

This commit is contained in:
Zynh Ludwig 2024-11-23 11:10:15 -08:00
parent edb804a68d
commit 1e4fffe032

2
dwm.c
View file

@ -2271,7 +2271,7 @@ updatestatus(void)
Monitor* m; Monitor* m;
if (!gettextprop(root, XA_WM_NAME, stext, sizeof(stext))) if (!gettextprop(root, XA_WM_NAME, stext, sizeof(stext)))
strcpy(stext, "dwm-"VERSION); strcpy(stext, "dwm-"VERSION);
for(m = mons; m; m=m->nextx) for(m = mons; m; m=m->next)
drawbar(selmon); drawbar(selmon);
updatesystray(); updatesystray();
} }