I have 3 programs that I have set to open when I boot Kubuntu 20.04.
Is there a way to set in which order they boot?
Is there a way to set in which order they boot?
#!/bin/bash command1 & sleep 3 command2 & sleep 3 command3
#!/bin/bash openshot-qt & sleep 2 kate & sleep 1 spotify
Comment