diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-05-02 07:13:40 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-02 07:13:40 -0400 |
commit | ee885abd899a4a353939beec75a28e6d29e0e4ea (patch) | |
tree | 1aa9f2331797bc51fa19247d2410c31e8fa0d021 /dwm.c | |
parent | 806bb2a2bfde3d50d7405126729ed2a2544f11ca (diff) |
causes fewer problems
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1591,7 +1591,7 @@ run(void) void runAutostart(void) { - system("pidof -s dwmblocks >/dev/null || dwmblocks &"); + system("killall -q dwmblocks; dwmblocks &"); } void |