fix bug which exists for some unknown reason

This commit is contained in:
speedie 2022-11-26 14:09:01 +01:00
parent 1599258ff7
commit f4ce35f602

View file

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