change autostart
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-23 14:40:10 +01:00
parent a64f07a06d
commit 043937918d
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
2 changed files with 4 additions and 1 deletions

View File

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

View File

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