1
Fork 0

Sleep a little longer.

This commit is contained in:
Bauke 2023-05-02 13:15:30 +02:00
parent 018409836a
commit d1120a3148
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -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