Permanently pin windows

A trick I did some years ago, when I wanted to start 3 - 4 apps all-together after boot, but with specific order:
I did a bash script to start them, and then after each one I found out how many seconds it takes to run/open. Then between the commands in bash script I put a “sleep X” where X the seconds each one needed to start plus 1 more to be sure. I put it in ShellEx (which also I usually keep it open) and started it from there.

1 Like