From a47789d56dbb31905c5b1671ec28994198ceb773 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Thu, 9 Jul 2020 16:27:40 +0200 Subject: [PATCH] updates statusbar on all monitors now --- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index c3852e0..3db0871 100644 --- a/dwm.c +++ b/dwm.c @@ -2107,7 +2107,7 @@ updatestatus(void) { if (!gettextprop(root, XA_WM_NAME, stext, sizeof(stext))) strcpy(stext, "dwm-"VERSION); - drawbar(selmon); + drawbars(); /*update statusbar on all monitors*/ } void