aboutsummaryrefslogtreecommitdiffstats
path: root/.config/sxiv/exec/key-handler
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2015-07-19 13:04:31 -0700
committershmibs <shmibs@gmail.com>2015-07-19 13:04:31 -0700
commit38d0f0846d2573b59e6c3b5ca7822d8fea1d1d9b (patch)
tree0cdddfdc84b9c9e150a477c790aeceb529d4c900 /.config/sxiv/exec/key-handler
parent591ce1d5e3009247f2417f86bc15555afc098a9d (diff)
downloaddotfiles-38d0f0846d2573b59e6c3b5ca7822d8fea1d1d9b.tar.gz
fix send
Diffstat (limited to '.config/sxiv/exec/key-handler')
-rwxr-xr-x.config/sxiv/exec/key-handler3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler
index 11160af..b388078 100755
--- a/.config/sxiv/exec/key-handler
+++ b/.config/sxiv/exec/key-handler
@@ -15,9 +15,10 @@ do
gimp "$file" & ;;
"s")
scp "$file" shmibbles.me:http/tmp/
- if [ $? -ne 0 ]; then
+ if [[ $? -ne 0 ]]; then
notify-send "uploading $(basename $file) to /tmp/ failed"
else
+ ssh shmibbles.me "chmod o+r 'http/tmp/$file'"
name=$(echo "http://shmibbles.me/tmp/$(basename $file)" | sed 's/ /%20/g')
echo "$name" | tr -d '\n' | xclip -i -selection clipboard
echo "$name" | tr -d '\n' | xclip -i -selection primary