Is there a command to start a program after a delay?
Something like shutdown 0 for firefox where firefox launch after a delay.
I was following this tutorial where it says adding sleep 150 adds a delay of 150 seconds before it starts the program. But it doesn't seem to be working. The program never launches on startup after I made this edit.