summaryrefslogtreecommitdiff
path: root/dwm/dwm.c
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-29 10:51:04 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-29 10:51:04 +0900
commit5b6fd7acf586b62590f076888bdb4ee5c4894d65 (patch)
tree25fec8f518e25e129ea2de641ef5d96fcba19844 /dwm/dwm.c
parente8bbccbcc18d7a54fae3215269a3ace680506769 (diff)
modified dwm/config.def.h, modified dwm/dwm.c
Diffstat (limited to 'dwm/dwm.c')
-rw-r--r--dwm/dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/dwm.c b/dwm/dwm.c
index 070f2f3..30e2967 100644
--- a/dwm/dwm.c
+++ b/dwm/dwm.c
@@ -2286,7 +2286,7 @@ run(void)
void
runAutostart(void)
{
- system("kill $(pidof dwmblocks); killall -q dwmblocks; dwmblocks &");
+ system("killall -9 dwmblocks 2>/dev/null; while pidof dwmblocks >/dev/null 2>&1; do sleep 0.1; done; dwmblocks &");
}
void