change autostart
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
a64f07a06d
commit
043937918d
2
build.sh
2
build.sh
|
@ -7,3 +7,5 @@ rm dwm-flexipatch/config.mk dwm-flexipatch/patches.h
|
|||
# patch -d dwm-final <"$patch"
|
||||
# done
|
||||
cp config.h dwm-final/
|
||||
cd dwm-final
|
||||
make
|
||||
|
|
3
config.h
3
config.h
|
@ -136,7 +136,8 @@ 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", "killall -gw autorun; exec $HOME/.local/libexec/dwm/autorun", NULL,
|
||||
"/bin/sh", "-c", "run-parts \"${XDG_CONFIG_HOME}/dwm/autorun.d\"", NULL,
|
||||
"/bin/sh", "-c", "runsvdir \"${SVDIR}\"", NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue