foxes.are.allowed.org renamed to va.furryplace.eu

This commit is contained in:
xfnw 2022-04-10 15:12:46 -04:00
parent aea0109bcd
commit 9534087e8f
2 changed files with 7 additions and 7 deletions

View File

@ -104,9 +104,9 @@ bindsym $mod+space focus mode_toggle
#bindsym $mod+a focus parent
# take a screenshot
bindsym --release $mod+s exec "scrot -l mode=edge -s -e 'curl -F\\"file=@$f\\" https://foxes.are.allowed.org/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
bindsym $mod+shift+s exec "scrot -l mode=edge -e 'curl -F\\"file=@$f\\" https://foxes.are.allowed.org/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
bindsym --release $mod+z exec "scrot -l mode=edge -s -e 'curl -F\\"file=@$f\\" https://foxes.are.allowed.org/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
bindsym --release $mod+s exec "scrot -l mode=edge -s -e 'curl -F\\"file=@$f\\" https://va.furryplace.eu/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
bindsym $mod+shift+s exec "scrot -l mode=edge -e 'curl -F\\"file=@$f\\" https://va.furryplace.eu/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
bindsym --release $mod+z exec "scrot -l mode=edge -s -e 'curl -F\\"file=@$f\\" https://va.furryplace.eu/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"
#bindsym --release $mod+x exec "scrot -l mode=edge -s -e 'curl -F\\"file=@$f\\" https://xfnw.ttm.sh/u.php | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"

8
.zshrc
View File

@ -2683,7 +2683,7 @@ function xtrename () {
zpst () { curl -F'file=@-' https://foxes.are.allowed.org }
zpst () { curl -F'file=@-' https://va.furryplace.eu }
# upload to ttm
function zup () {
@ -2707,7 +2707,7 @@ function zup () {
print "curl is not available, but mandatory for ${PN}. Aborting."
return 1
fi
api='https://foxes.are.allowed.org/'
api='https://va.furryplace.eu/'
curl -F"file=@${url}" $api
}
@ -2737,7 +2737,7 @@ function zpost () {
print "curl is not available, but mandatory for ${PN}. Aborting."
return 1
fi
api='https://foxes.are.allowed.org/'
api='https://va.furryplace.eu/'
curl -F"url=${url}" $api
}
@ -2770,7 +2770,7 @@ function zurl () {
print "curl is not available, but mandatory for ${PN}. Aborting."
return 1
fi
api='https://foxes.are.allowed.org/'
api='https://va.furryplace.eu/'
curl -F"shorten=${url}" $api
}