commit 79facc6e26f8a208fe16511e13692c4240d4f1da parent 4435aad841c9366120398e4e5335fd0b38ba12f6 Author: Luke Smith <luke@lukesmith.xyz> Date: Fri, 10 Apr 2020 21:54:59 -0400 startup rmd Diffstat:
M | dwm.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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 &"); }