From 05fa83731cf2f270dc9d2e450dd6282bb6a9404f Mon Sep 17 00:00:00 2001 From: Filip Strajnar Date: Fri, 2 Aug 2024 14:59:12 +0200 Subject: [PATCH] Less sleep between looting. --- custom_loot_loop.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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