diff --git a/screenshot.sh b/screenshot.sh index 334140e..e365283 100755 --- a/screenshot.sh +++ b/screenshot.sh @@ -50,6 +50,7 @@ if [[ -z "$CHOICE" ]]; then exit fi +sleep 0.2 # give time for the rofi window to close CMD="${CHOICES[$CHOICE]#* -}" if [[ -z "$CMD" ]]; then notify "screenshot.sh" "No option selected." "$IS_NOTIFY"