From d1120a3148c4c0f5eec4bbf311efe92a1ae90e90 Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 2 May 2023 13:15:30 +0200 Subject: [PATCH] Sleep a little longer. --- .bauke/bin/drg-auto-type | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bauke/bin/drg-auto-type b/.bauke/bin/drg-auto-type index 5e57419..b03471c 100755 --- a/.bauke/bin/drg-auto-type +++ b/.bauke/bin/drg-auto-type @@ -8,7 +8,7 @@ drg_pid=$(xdotool search --name 'Deep Rock Galactic' getwindowpid) active_window_pid=$(xdotool getactivewindow getwindowpid) if [[ $drg_pid = $active_window_pid ]]; then - sleep 0.1 + sleep 0.25 xdotool key Enter xdotool type ${1-'r'} xdotool key Enter