Skip to content

dwm.c pointing at wrong path

readme says dwm is searching for the autostart.sh script at $HOME/.dwm thought the dwm.c is pointing at opt/dwm-distrotube-git

l (1547-1551):

void
runAutostart(void) {
	system("cd /opt/dwm-distrotube-git; ./autostart_blocking.sh");
	system("cd /opt/dwm-distrotube-git; ./autostart.sh &");
}