updated patch to update all statusbars

This commit is contained in:
Alexander Bocken 2020-07-09 16:29:30 +02:00
parent a47789d56d
commit 8e8a90becc

View File

@ -19,3 +19,12 @@ index 582c9c9..f8bb823 100644
for (c = m->clients; c; c = c->next) {
occ |= c->tags;
@@ -2107,7 +2107,7 @@ updatestatus(void)
{
if (!gettextprop(root, XA_WM_NAME, stext, sizeof(stext)))
strcpy(stext, "dwm-"VERSION);
- drawbars(); /*update statusbar on all monitors*/
+ drawbar(selmon);
}
void