forked from mirror/dwm
fixup! statusallmon
This commit is contained in:
parent
edb804a68d
commit
1e4fffe032
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue