diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-29 10:51:04 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-29 10:51:04 +0900 |
| commit | 5b6fd7acf586b62590f076888bdb4ee5c4894d65 (patch) | |
| tree | 25fec8f518e25e129ea2de641ef5d96fcba19844 /dwm/dwm.c | |
| parent | e8bbccbcc18d7a54fae3215269a3ace680506769 (diff) | |
modified dwm/config.def.h, modified dwm/dwm.c
Diffstat (limited to 'dwm/dwm.c')
| -rw-r--r-- | dwm/dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
