aboutsummaryrefslogtreecommitdiffstats
path: root/.config/sxiv/exec/key-handler
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2026-07-23 17:08:37 +1000
committerkatherine <ageha@airen-no-jikken.icu>2026-07-23 17:08:37 +1000
commitcd25808c26c23539bee780ed9c5f312174b9c47f (patch)
treeda85fe7fb474dd94f30c3981db2f82187af9533d /.config/sxiv/exec/key-handler
parentecb94b607113a8787c6abf0319a43f1158c06e59 (diff)
downloaddotfiles-cd25808c26c23539bee780ed9c5f312174b9c47f.tar.gz
update sxiv handlers
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