Update autostart

This commit is contained in:
speediegq 2022-10-01 19:11:07 +02:00
parent 2e0a3a545c
commit 1acf68aa9b

View file

@ -13,9 +13,6 @@
static const char *autostart[] = {
/* Autostart script, if it exists */
shell, "-c", "ls $HOME/.config/speedwm-de/autostart.sh && $HOME/.config/speedwm-de/autostart.sh", NULL,
/* Run the defined clipboard manager */
shell, "-c", CLIPBOARD "& > /tmp/clipboard-log", NULL,
@ -28,6 +25,9 @@ static const char *autostart[] = {
/* Run the defined status bar */
shell, "-c", "speedwm_status &", NULL,
/* Autostart script, if it exists */
shell, "-c", "$HOME/.config/speedwm-de/autostart.sh", NULL,
NULL
};