diff options
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1531,7 +1531,6 @@ run(void) void runAutostart(void) { - system("type startup >/dev/null 2>&1 && startup &"); system("killall dwmblocks ; dwmblocks &"); } |