nevermind i might as well ask the user to add it to autostart.sh

This commit is contained in:
speedie 2022-11-26 14:09:43 +01:00
parent f4ce35f602
commit 0a5f7cb0b9

View file

@ -18,8 +18,6 @@ static const char *autostart[] = {
/* Autostart script, if it exists */
shell, "-c", "$HOME/.config/speedwm/autostart.sh", NULL,
/* Run the wallpaper script if it exists */
shell, "-c", "$HOME/.config/speedwm/swal/swal_wm", NULL,
NULL
};