fix mb-scrot -s

master
Daniel Napora 2020-11-24 15:48:24 +01:00
parent de9d82dad5
commit 7e7e974a84
1 changed files with 1 additions and 1 deletions

View File

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