From 0c6e0d681c85884758a8d95186397e794931695e Mon Sep 17 00:00:00 2001 From: speediegq Date: Sat, 1 Oct 2022 22:26:51 +0200 Subject: [PATCH] Kill old process --- autostart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart.h b/autostart.h index 9182343..ea2e2b3 100644 --- a/autostart.h +++ b/autostart.h @@ -23,7 +23,7 @@ static const char *autostart[] = { shell, "-c", NOTIFICATION "& > /tmp/notification-log", NULL, /* Run the defined status bar */ - shell, "-c", "speedwm_status &", NULL, + shell, "-c", "pkill speedwm_status ; speedwm_status &", NULL, /* Autostart script, if it exists */ shell, "-c", "$HOME/.config/speedwm-de/autostart.sh", NULL,