Hello,
there is no way to set a delay for particular startup app in Startup manager, which could be useful due to various reasons. Any workaround?
Yes, you can set a delay on a startup application by added sleep
followed by the number of seconds you wish to delay.
For example, let's say that you have autostart entry for conky. The startup command would look like:
sleep 10;conky
3 Likes