Changed autostart script path.
This commit is contained in:
parent
00fa39aa16
commit
f2aa477991
4
dwm.c
4
dwm.c
@ -1384,8 +1384,8 @@ run(void)
|
|||||||
|
|
||||||
void
|
void
|
||||||
runAutostart(void) {
|
runAutostart(void) {
|
||||||
system("cd ~/.config/dwm; ./autostart_blocking.sh");
|
system("cd ~/.config/wm_scripts; ./autostart_blocking.sh");
|
||||||
system("cd ~/.config/dwm; ./autostart.sh &");
|
system("cd ~/.config/wm_scripts; ./autostart.sh &");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user