updated patch to update all statusbars
This commit is contained in:
parent
a47789d56d
commit
8e8a90becc
@ -19,3 +19,12 @@ index 582c9c9..f8bb823 100644
|
|||||||
|
|
||||||
for (c = m->clients; c; c = c->next) {
|
for (c = m->clients; c; c = c->next) {
|
||||||
occ |= c->tags;
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user