From cd25808c26c23539bee780ed9c5f312174b9c47f Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 23 Jul 2026 17:08:37 +1000 Subject: update sxiv handlers --- .config/sxiv/exec/key-handler | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/sxiv/exec/key-handler') 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 -- cgit v1.3