change some autostart stuff
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
7373436621
commit
d72f4738e8
6
config.h
6
config.h
|
@ -143,13 +143,11 @@ static const char *const autostart[] = {
|
|||
"pipewire", "-c", "pipewire-pulse.conf", NULL,
|
||||
"dunst", NULL,
|
||||
"unclutter", "-noevents", "-idle", "3", NULL,
|
||||
"syncthing", "--no-browser", NULL,
|
||||
"syncthingtray", NULL,
|
||||
"sh", "-c", "$HOME/.local/libexec/daemons/remapd", NULL,
|
||||
"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,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue