change default status
This commit is contained in:
parent
676e03092d
commit
1f638e48b4
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
|
@ -1990,7 +1990,7 @@ void
|
|||
updatestatus(void)
|
||||
{
|
||||
if (!gettextprop(root, XA_WM_NAME, stext, sizeof(stext)))
|
||||
strcpy(stext, "dwm-"VERSION);
|
||||
strcpy(stext, "⚫");
|
||||
drawbar(selmon);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue