summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-05-02 07:13:40 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-05-02 07:13:40 -0400
commitee885abd899a4a353939beec75a28e6d29e0e4ea (patch)
tree1aa9f2331797bc51fa19247d2410c31e8fa0d021 /dwm.c
parent806bb2a2bfde3d50d7405126729ed2a2544f11ca (diff)
causes fewer problems
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 a3e5fd8..60657a5 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1591,7 +1591,7 @@ run(void)
void
runAutostart(void) {
- system("pidof -s dwmblocks >/dev/null || dwmblocks &");
+ system("killall -q dwmblocks; dwmblocks &");
}
void