parent
b5761c2d45
commit
1ba3ea956d
1 changed files with 3 additions and 3 deletions
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…
Add table
Reference in a new issue