diff --git a/hyprshot b/hyprshot index 9c462ac..7cf794b 100755 --- a/hyprshot +++ b/hyprshot @@ -31,6 +31,9 @@ function save_geometry() { mkdir -p "$SAVEDIR" grim -g "${1}" "$SAVE_FULLPATH" wl-copy < "$SAVE_FULLPATH" + notify-send "Screenshot saved" \ + "Image saved in $SAVE_FULLPATH and copied to the clipboard." \ + -i "$SAVE_FULLPATH" else wl-copy < <(grim -g "${1}" -) fi