logwrap autostart things
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-06 10:33:54 +01:00
parent 15586c4139
commit 80333d728c
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 7 additions and 7 deletions

View File

@ -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
}; };