causes fewer problems

This commit is contained in:
Luke Smith 2020-05-02 07:13:40 -04:00
parent 806bb2a2bf
commit ee885abd89
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

2
dwm.c
View file

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