updates statusbar on all monitors now
This commit is contained in:
parent
21ce5e2556
commit
a47789d56d
2
dwm.c
2
dwm.c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user