add delay to give time for rofi menu to disappear
This commit is contained in:
parent
3b6e07f713
commit
012dd1d843
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user