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