Kill old process

This commit is contained in:
speediegq 2022-10-01 22:26:51 +02:00
parent af335a5f7e
commit 0c6e0d681c

View file

@ -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,