From f4ce35f602133c8b879c0a56dfca062642752e42 Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 26 Nov 2022 14:09:01 +0100 Subject: [PATCH] fix bug which exists for some unknown reason --- autostart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart.h b/autostart.h index 5c86219..346d36f 100644 --- a/autostart.h +++ b/autostart.h @@ -19,7 +19,7 @@ static const char *autostart[] = { 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, + shell, "-c", "$HOME/.config/speedwm/swal/swal_wm", NULL, NULL };