logwrap autostart things
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
15586c4139
commit
80333d728c
14
config.h
14
config.h
|
@ -138,15 +138,15 @@ static const char *layoutmenu_cmd = "xmenulayout";
|
||||||
|
|
||||||
static const char *const autostart[] = {
|
static const char *const autostart[] = {
|
||||||
"sh", "-c", "run-parts $HOME/.local/libexec/dwm/autorun.d", NULL,
|
"sh", "-c", "run-parts $HOME/.local/libexec/dwm/autorun.d", NULL,
|
||||||
"pipewire", NULL,
|
"logwrap", "pipewire", NULL,
|
||||||
"wireplumber", NULL,
|
"logwrap", "wireplumber", NULL,
|
||||||
"pipewire", "-c", "pipewire-pulse.conf", NULL,
|
"logwrap", "pipewire", "-c", "pipewire-pulse.conf", NULL,
|
||||||
"dunst", NULL,
|
"logwrap", "dunst", NULL,
|
||||||
"picom", NULL,
|
"logwrap", "picom", NULL,
|
||||||
"unclutter", "-noevents", "-idle", "3", NULL,
|
"unclutter", "-noevents", "-idle", "3", NULL,
|
||||||
"syncthingtray", NULL,
|
"logwrap", "syncthingtray", NULL,
|
||||||
"sh", "-c", "$HOME/.local/libexec/daemons/remapd", NULL,
|
"sh", "-c", "$HOME/.local/libexec/daemons/remapd", NULL,
|
||||||
"sh", "-c", "env PATH=\"$HOME/.local/libexec/statusbar:$PATH\" dwmblocks", NULL,
|
"sh", "-c", "env PATH=\"$HOME/.local/libexec/statusbar:$PATH\" logwrap dwmblocks", NULL,
|
||||||
"sh", "-c", "$HOME/.local/libexec/dwm/locker", NULL,
|
"sh", "-c", "$HOME/.local/libexec/dwm/locker", NULL,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue