Oddbean new post about | logout
 After some digging around, I figured out how to add a slight delay to the application autostart in nostr:npub1cc6ytnszwfk95y956lvagfp47esfw4wprhky8tj7egayw53zx24sq7ama2 since it's not built into the GUI (from what I could find).

Adding `bash -c "sleep X && COMMAND"` to the Exec line adds a delay so that NetworkManager can come online. I noticed that my autostart apps were launching before my network was, so the apps were throwing errors and I would have to relaunch them. So I added ten-second delays to them and now things are great.