causes fewer problems

This commit is contained in:
Luke Smith
2020-05-02 07:13:40 -04:00
parent 806bb2a2bf
commit ee885abd89

2
dwm.c
View File

@@ -1591,7 +1591,7 @@ run(void)
void void
runAutostart(void) { runAutostart(void) {
system("pidof -s dwmblocks >/dev/null || dwmblocks &"); system("killall -q dwmblocks; dwmblocks &");
} }
void void