Added mpv and added git config to config picker

This commit is contained in:
2026-01-12 02:58:47 +01:00
parent 35fb3ad6f7
commit d20752a5f6
4 changed files with 4591 additions and 2 deletions

View File

@@ -77,7 +77,9 @@ mapfile -t extratools < <(
"Vesktop" \
"Nextcloud" \
"Zen Browser" \
"Tailscale"
"Tailscale" \
"Global git config" \
"MPV"
)
#####################
@@ -304,7 +306,10 @@ for choice in "${extratools[@]}"; do
git config --global user.email "36878099+SparkleDEV@users.noreply.github.com"
fi
;;
"MPV")
extrapkgs+=("mpv" "yt-dlp")
stow mpv --adopt
;;
esac
done

Binary file not shown.

17
mpv/.config/mpv/mpv.conf Normal file
View File

@@ -0,0 +1,17 @@
# -=[ Video ]=- #
profile=high-quality
vo=gpu-next
# -=[ Behavior ]=- #
keep-open=yes
cursor-autohide=250
# -=[ Screenshots ]=- #
screenshot-format=png
screenshot-dir="~/Pictures/mpv"
screenshot-template="%F-%p-%n"
screenshot-high-bit-depth=yes
# -=[ OSC ]=- #
osc=no
border=no

File diff suppressed because it is too large Load Diff