fix typos
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
b5761c2d45
commit
1ba3ea956d
6
config.h
6
config.h
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue