add delay to give time for rofi menu to disappear

This commit is contained in:
2025-03-16 23:40:49 -07:00
parent 3b6e07f713
commit 012dd1d843

View File

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