This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # don't forget to chmod +x it | |
| # add the script after initial configuration of launcher - it will ask few questions about language, cloud safe, user agreement - usual stuff | |
| # Launch options: `~/.fixes/rdr1.sh & %command%` | |
| export DISPLAY=:1 | |
| for i in {1..50}; do | |
| xdotool windowminimize `xdotool search --name "Rockstar"` | |
| sleep 1 |