fix typos
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-04 12:50:35 +01:00
parent b5761c2d45
commit 1ba3ea956d
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 3 additions and 3 deletions

View File

@ -146,9 +146,9 @@ static const char *const autostart[] = {
"lf", "-server", NULL,
"sh", "-c", "runsvdir $SVDIR", NULL,
"sh", "-c", "env PATH=\"$HOME/.local/libexec/statusbar:$PATH\" dwmblocks", NULL,
"sh", "-c", "$HOME/.local/libexec/dwm/locker", NULL
"sh", "-c", "gpg-agent --homedir $XDG_CONFIG_HOME/gnupg --use-standard-socket --server", NULL
"syncthingtray", NULL
"sh", "-c", "$HOME/.local/libexec/dwm/locker", NULL,
"sh", "-c", "gpg-agent --homedir $XDG_CONFIG_HOME/gnupg --use-standard-socket --server", NULL,
"syncthingtray", NULL,
NULL
};