aboutsummaryrefslogtreecommitdiffstats
path: root/.config/sxiv/exec
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2015-06-15 14:55:33 -0700
committershmibs <shmibs@gmail.com>2015-06-15 14:55:33 -0700
commit04ea964440221a09d9a66af52749287ddbf49315 (patch)
treec48de9d8dea5f0a1229427e8f93167fba9d64b11 /.config/sxiv/exec
parentcff2bcd79c676b35a8850d792304a26ef68b78f9 (diff)
downloaddotfiles-04ea964440221a09d9a66af52749287ddbf49315.tar.gz
incremental update
changes i've let back up over time
Diffstat (limited to '.config/sxiv/exec')
-rwxr-xr-x.config/sxiv/exec/key-handler4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler
index 9eed7d3..01ec679 100755
--- a/.config/sxiv/exec/key-handler
+++ b/.config/sxiv/exec/key-handler
@@ -14,7 +14,7 @@ do
"g")
gimp "$file" & ;;
"s")
- scp "$file" shmibbles.me:/srv/http/tmp/
+ scp "$file" shmibbles.me:http/tmp/
if [ $? -ne 0 ]; then
notify-send "uploading $(basename $file) to /tmp/ failed"
else
@@ -25,7 +25,7 @@ do
fi
;;
"i")
- scp "$file" shmibbles.me:/srv/http/img/
+ scp "$file" shmibbles.me:http/img/
if [ $? -ne 0 ]; then
notify-send "uploading $(basename $file) to /img/ failed"
else