don't necessarily restart dwmblocks

This commit is contained in:
Luke Smith
2020-04-26 11:18:07 -04:00
parent cbc2657c0f
commit d6dfa585fc

2
dwm.c
View File

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