"Sleep" or delay for autostarted apps?
Is there a way to delay an application's startup time in ~/.i3/config? Currently in ~/.i3/config I have the line
exec --no-startup-id i3-msg 'workspace 6; exec qbittorrent; workspace 1'
but I would like to delay qbittorrent's start for 10 or 15 seconds after i3 starts. If I could add "sleep 15" somewhere in the exec line that would be great, if anyone knows.