parent
15586c4139
commit
80333d728c
1 changed files with 7 additions and 7 deletions
14
config.h
14
config.h
|
@ -138,15 +138,15 @@ static const char *layoutmenu_cmd = "xmenulayout";
|
|||
|
||||
static const char *const autostart[] = {
|
||||
"sh", "-c", "run-parts $HOME/.local/libexec/dwm/autorun.d", NULL,
|
||||
"pipewire", NULL,
|
||||
"wireplumber", NULL,
|
||||
"pipewire", "-c", "pipewire-pulse.conf", NULL,
|
||||
"dunst", NULL,
|
||||
"picom", 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,
|
||||
"syncthingtray", NULL,
|
||||
"logwrap", "syncthingtray", 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,
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue