summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2024-12-19 19:16:39 +0000
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-03-31 18:31:28 +0100
commit0c4c38dbcc3c11763da71f563a3a238fe9320414 (patch)
treea2b333f57205f5929205d95012b752ffd124003b /dwm.c
parente926f9dc42789712cf1fc24e81bf008ef65bfcb0 (diff)
update config
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index ef36979..074022d 100644
--- a/dwm.c
+++ b/dwm.c
@@ -2410,7 +2410,7 @@ void
updatestatus(void)
{
if (!gettextprop(root, XA_WM_NAME, stext, sizeof(stext)))
- strcpy(stext, "*");
+ strcpy(stext, "");
drawbar(selmon);
}