rework autostarting
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-07 16:20:44 +01:00
parent a9393707d7
commit 7d68e43091
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 1 additions and 11 deletions

View File

@ -136,17 +136,7 @@ static const char *layoutmenu_cmd = "xmenulayout";
// static const char *layoutdmenu = "$HOME/.local/libexec/dwm/dmenulayout"; // TODO: Patch layoutmenu to accept shell commands
static const char *const autostart[] = {
"sh", "-c", "run-parts $HOME/.local/libexec/dwm/autorun.d", NULL,
"logwrap", "pipewire", NULL,
"logwrap", "wireplumber", NULL,
"logwrap", "pipewire", "-c", "pipewire-pulse.conf", NULL,
"logwrap", "dunst", NULL,
"logwrap", "picom", NULL,
"unclutter", "-noevents", "-idle", "3", NULL,
"logwrap", "syncthingtray", NULL,
"sh", "-c", "$HOME/.local/libexec/daemons/remapd", 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/autorun", NULL,
NULL
};