This commit is contained in:
parent
a9393707d7
commit
7d68e43091
1 changed files with 1 additions and 11 deletions
12
config.h
12
config.h
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue