Autostart: Make autostart conform to XDG Base Directory specification (upgrade)

This commit is contained in:
bakkeby
2020-06-14 19:56:52 +02:00
parent 6f20203975
commit f315188728
3 changed files with 85 additions and 7 deletions

2
dwm.c
View File

@@ -4370,7 +4370,7 @@ main(int argc, char *argv[])
#endif /* __OpenBSD__ */
scan();
#if AUTOSTART_PATCH
runAutostart();
runautostart();
#endif
run();
#if RESTARTSIG_PATCH