updates statusbar on all monitors now

This commit is contained in:
Alexander Bocken 2020-07-09 16:27:40 +02:00
parent 21ce5e2556
commit a47789d56d

2
dwm.c
View File

@ -2107,7 +2107,7 @@ updatestatus(void)
{ {
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);
drawbar(selmon); drawbars(); /*update statusbar on all monitors*/
} }
void void