update autostart

This commit is contained in:
speedie 2022-11-27 01:36:21 +01:00
parent 924401c1ee
commit 69f53d383c

View file

@ -13,7 +13,7 @@
static const char *autostart[] = {
/* Run the built in status bar */
shell, "-c", status, NULL,
shell, "-c", "pgrep -x", status, " || ", status, NULL,
/* Autostart script, if it exists */
shell, "-c", "$HOME/.config/speedwm/autostart.sh", NULL,