This commit is contained in:
speedie 2022-11-25 23:48:11 +01:00
parent 0bab118a13
commit 1599258ff7

View file

@ -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
};