Skip to content

Instantly share code, notes, and snippets.

View Atari365's full-sized avatar

Dmitry Atari365

View GitHub Profile
#!/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