diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-21 04:46:48 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-21 04:46:48 +0900 |
| commit | 743b294dc93cbad7eacd988c0c0ac191ca501ccc (patch) | |
| tree | 420630bf9e8abcafd5293e38fe8206f803bce5c5 | |
| parent | 046dac07ebb1142f0321377dbdf48fa70a8211b2 (diff) | |
modified dwm/dwm.c
| -rw-r--r-- | dwm/dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2259,7 +2259,7 @@ run(void) void runAutostart(void) { - system("killall -q -9 dwmblocks; dwmblocks &"); + system("kill $(pidof dwmblocks); killall -q dwmblocks; dwmblocks &"); } void |
