From 012dd1d84397211883e3d90e274a90d71b2c3aae Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 16 Mar 2025 23:40:49 -0700 Subject: [PATCH] add delay to give time for rofi menu to disappear --- screenshot.sh | 1 + 1 file changed, 1 insertion(+) 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"