change default status

This commit is contained in:
Ray Elliott 2020-02-22 16:48:00 +00:00
parent 676e03092d
commit 1f638e48b4
1 changed files with 1 additions and 1 deletions

2
dwm.c
View File

@ -1990,7 +1990,7 @@ void
updatestatus(void) 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, "");
drawbar(selmon); drawbar(selmon);
} }