From 1599258ff724566c9253122ecf0c48296e080278 Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 25 Nov 2022 23:48:11 +0100 Subject: [PATCH] push fix --- autostart.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autostart.h b/autostart.h index f254207..5c86219 100644 --- a/autostart.h +++ b/autostart.h @@ -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 };