Adding autostart patch

This commit is contained in:
bakkeby
2019-09-06 23:37:30 +02:00
parent 04a7b4de40
commit 611460c6a6
7 changed files with 37 additions and 4 deletions

3
dwm.c
View File

@@ -2614,6 +2614,9 @@ main(int argc, char *argv[])
die("pledge");
#endif /* __OpenBSD__ */
scan();
#if AUTOSTART_PATCH
runAutostart();
#endif
run();
cleanup();
XCloseDisplay(dpy);