startup rmd

This commit is contained in:
Luke Smith
2020-04-10 21:54:59 -04:00
parent 4435aad841
commit 79facc6e26

1
dwm.c
View File

@@ -1531,7 +1531,6 @@ run(void)
void
runAutostart(void) {
system("type startup >/dev/null 2>&1 && startup &");
system("killall dwmblocks ; dwmblocks &");
}