summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-10 21:54:59 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-10 21:54:59 -0400
commit79facc6e26f8a208fe16511e13692c4240d4f1da (patch)
tree77e3c46eb8f5486af52029a1aedbd5fef4a83579 /dwm.c
parent4435aad841c9366120398e4e5335fd0b38ba12f6 (diff)
startup rmd
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 &");
}