From 1598adeb733ec668fa90f6345f11cdca581070de Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 26 Mar 2016 12:54:55 -0700 Subject: clean send wrappers too lazy to write an actual description; it's, like two lines --- .config/sxiv/exec/key-handler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/sxiv') diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler index 31d2e70..2735e41 100755 --- a/.config/sxiv/exec/key-handler +++ b/.config/sxiv/exec/key-handler @@ -35,7 +35,7 @@ case "$1" in notify-send "sxiv: send to /tmp/ failed" else if [[ ${#files} -eq 1 ]]; then - notify-send "sxiv: sent ${files} to /tmp/" + notify-send "sxiv: sent ${files:t} to /tmp/" else notify-send "sxiv: sent ${#files} images to /tmp/" fi -- cgit v1.2.3