restart autorun script on reload of dwm
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
60f6fea5f4
commit
17f9248b13
2
config.h
2
config.h
|
@ -136,7 +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", "pidof -x autorun || exec $HOME/.local/libexec/dwm/autorun", NULL,
|
||||
"sh", "-c", "killall -gw autorun; exec $HOME/.local/libexec/dwm/autorun", NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue