From aaac75dadec09fe36a0802d21b16bc9e75799fa0 Mon Sep 17 00:00:00 2001 From: Capito Date: Wed, 7 Jan 2026 21:16:17 +1100 Subject: [PATCH] added image path hint --- hyprshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprshot b/hyprshot index 0fb976f..9a67047 100755 --- a/hyprshot +++ b/hyprshot @@ -59,7 +59,7 @@ function send_notification() { echo "Image saved in ${1} and copied to the clipboard.") notify-send "Screenshot saved" \ "${message}" \ - -t "$NOTIF_TIMEOUT" -i "${1}" -a Hyprshot + -t "$NOTIF_TIMEOUT" -i "${1}" -a Hyprshot -h "string:image-path:${1}" } function trim() {