diff --git a/src/x11_vimshot.sh b/src/x11_vimshot.sh index 2fb15b3..7a80618 100755 --- a/src/x11_vimshot.sh +++ b/src/x11_vimshot.sh @@ -13,6 +13,4 @@ fi notify-send "$basename" "Taking screenshot to $filepath" sleep 5 -maim --select --hidecursor "$filepath" - -notify-send --icon "$filepath" "$basename" "Screenshot saved to: $filepath" +maim --select --hidecursor "$filepath" && notify-send --icon "$filepath" "$basename" "Screenshot saved to: $filepath"