summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 02e24e6..2eda2df 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1531,7 +1531,6 @@ run(void)
void
runAutostart(void) {
- system("type startup >/dev/null 2>&1 && startup &");
system("killall dwmblocks ; dwmblocks &");
}