From 9ad287a5f3c26fe14c1ca120b8a50d735f16b532 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 28 Sep 2025 13:22:22 +0200 Subject: checkpoint --- config/common/mpv/mpv.conf | 2 +- config/essentials/shell/functions.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/common/mpv/mpv.conf b/config/common/mpv/mpv.conf index a6a16d8..f6a1865 100755 --- a/config/common/mpv/mpv.conf +++ b/config/common/mpv/mpv.conf @@ -20,4 +20,4 @@ screenshot-directory=~/pics/screenshots/mpv screenshot-template="%F - [%P]v%#01n" sub-pos=92 -sub-scale=60 +sub-scale=.60 diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index ef745c9..f0ee134 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -70,8 +70,8 @@ rln() { ln -s "$(readlink -f "$1")" "$2"; } getgit() { git clone git@db:"$1"; } esc() { eval "$EDITOR '$(which $1)'"; } ssh_keyadd() { ssh-keygen -f "$HOME"/.ssh/"$1" -P "$(pass generate -f keys/"$HOST"/ssh/"$1" | tail -n 1)" -t ed25519; } -delfile() { curl -s -L "${2:-https://upfast.cronyakatsuki.xyz/delete/$1}"; } -upfile() { curl -s -L -F "file=@\"$1\"" "${2:-https://0x0.st}"; } +delfile() { curl -s -X DELETE -L "${2:-https://upfast.cronyakatsuki.xyz/files/$1}"; } +upfile() { curl -s -L -F "file=@\"$1\"" "${2:-https://upfast.cronyakatsuki.xyz}"; } upfile-dufs() { curl -T "$1" http://192.168.178.79:5000/"$1"; } delfile-dufs() { curl -X DELETE http://192.168.178.79:5000/"$1"; } getfile-dufs() { curl http://192.168.178.79:5000/"$1"; } -- cgit v1.2.3-70-g09d2