causes fewer problems
This commit is contained in:
parent
806bb2a2bf
commit
ee885abd89
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue