add delay to give time for rofi menu to disappear
This commit is contained in:
@@ -50,6 +50,7 @@ if [[ -z "$CHOICE" ]]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
sleep 0.2 # give time for the rofi window to close
|
||||||
CMD="${CHOICES[$CHOICE]#* -}"
|
CMD="${CHOICES[$CHOICE]#* -}"
|
||||||
if [[ -z "$CMD" ]]; then
|
if [[ -z "$CMD" ]]; then
|
||||||
notify "screenshot.sh" "No option selected." "$IS_NOTIFY"
|
notify "screenshot.sh" "No option selected." "$IS_NOTIFY"
|
||||||
|
|||||||
Reference in New Issue
Block a user