diff --git a/bin/mb-scrot b/bin/mb-scrot index faa98ca..220d6cd 100755 --- a/bin/mb-scrot +++ b/bin/mb-scrot @@ -67,7 +67,7 @@ case "$1" in ;; --select|-s) cd $scrot_dir - notify-send -i photo "$SELECT_AREA" & + notify-send -i photo "$SELECT_AREA" && scrot -fs && sleep 1 && notify-send -i photo "$SAVED $scrot_dir" ;;