these should now be added manually

This commit is contained in:
speedie 2022-12-07 21:05:11 +01:00
parent 74177490a4
commit c043d3900b

View file

@ -16,12 +16,6 @@ static const char *autostart[] = {
/* Autostart script, if it exists */ /* Autostart script, if it exists */
shell, "-c", "$HOME/.config/speedwm/autostart.sh", NULL, shell, "-c", "$HOME/.config/speedwm/autostart.sh", NULL,
/* Run the wallpaper tool if it exists */
shell, "-c", "command -v speedwm-swal > /dev/null && $HOME/.config/speedwm/swal/swal_wm", NULL,
/* Reload colors */
shell, "-c", "command -v libspeedwm > /dev/null && libspeedwm --perform core_wm_reload; speedwm -s 'Loading'", NULL,
NULL NULL
}; };