diff --git a/autostart.h b/autostart.h index f254207..5c86219 100644 --- a/autostart.h +++ b/autostart.h @@ -15,11 +15,11 @@ static const char *autostart[] = { /* Run the built in status bar */ shell, "-c", status, NULL, - /* Run the wallpaper script if it exists */ - shell, "-c", "[ -e $HOME/.config/speedwm/swal/swal_wm ] && $HOME/.config/speedwm/swal/swal_wm", NULL, - /* Autostart script, if it exists */ shell, "-c", "$HOME/.config/speedwm/autostart.sh", NULL, + + /* Run the wallpaper script if it exists */ + shell, "-c", "[ -e $HOME/.config/speedwm/swal/swal_wm ] && $HOME/.config/speedwm/swal/swal_wm", NULL, NULL };