aboutsummaryrefslogtreecommitdiffstats
path: root/.config/sxiv/exec/key-handler
diff options
context:
space:
mode:
Diffstat (limited to '.config/sxiv/exec/key-handler')
-rwxr-xr-x.config/sxiv/exec/key-handler8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler
index 927ca03..6f456fc 100755
--- a/.config/sxiv/exec/key-handler
+++ b/.config/sxiv/exec/key-handler
@@ -34,15 +34,15 @@ case "$1" in
"s")
send "${files[@]}"
if [[ $? -ne 0 ]]; then
- notify-send "sxiv: send to /tmp/ failed"
+ notify-send "nsxiv: send to /tmp/ failed"
else
if [[ ${#files} -eq 1 ]]; then
- notify-send "sxiv: sent ${files:t} to /tmp/"
+ notify-send "nsxiv: sent ${files:t} to /tmp/"
else
- notify-send "sxiv: sent ${#files} images to /tmp/"
+ notify-send "nsxiv: sent ${#files} images to /tmp/"
fi
fi
;;
*)
- notify-send "sxiv: command not recognised" ;;
+ notify-send "nsxiv: command not recognised" ;;
esac