diff --git a/config.h b/config.h index 4ad89b5..8a90895 100644 --- a/config.h +++ b/config.h @@ -137,7 +137,7 @@ static const char *layoutmenu_cmd = "xmenulayout"; // static const char *layoutdmenu = "$HOME/.local/libexec/dwm/dmenulayout"; // TODO: Patch layoutmenu to accept shell commands static const char *const autostart[] = { - "sh", "-c", "spool $HOME/.local/libexec/dwm/autorun.d", NULL, + "sh", "-c", "spool $HOME/.local/libexec/dwm/autostart.d", NULL, NULL };