diff --git a/custom_loot_loop.sh b/custom_loot_loop.sh index 8ab7ed4..4013c4f 100644 --- a/custom_loot_loop.sh +++ b/custom_loot_loop.sh @@ -1,7 +1,7 @@ #!/bin/sh -while true +while : do xdotool key shift+space - sleep 110 + sleep 50 done \ No newline at end of file