change default status

This commit is contained in:
Ray Elliott 2020-02-22 16:48:00 +00:00
commit 1f638e48b4

2
dwm.c
View file

@ -1990,7 +1990,7 @@ void
updatestatus(void)
{
if (!gettextprop(root, XA_WM_NAME, stext, sizeof(stext)))
strcpy(stext, "dwm-"VERSION);
strcpy(stext, "");
drawbar(selmon);
}