This commit is contained in:
speedie 2022-11-28 16:38:27 +01:00
parent 2868405ab7
commit 9d2248c41a

View file

@ -16,7 +16,7 @@ static const char *autostart[] = {
shell, "-c", "pkill status; status &", NULL,
/* Run the wallpaper tool if it exists */
shell, "-c", "command -v speedwm-swal > /dev/null && $HOME/.config/speedwm/swal/swal_wm && command -v libspeedwm > /dev/null && libspeedwm --perform core_wm_restart", NULL,
shell, "-c", "command -v speedwm-swal > /dev/null && $HOME/.config/speedwm/swal/swal_wm && command -v libspeedwm > /dev/null && libspeedwm --perform core_wm_reload", NULL,
/* Autostart script, if it exists */
shell, "-c", "$HOME/.config/speedwm/autostart.sh", NULL,