Change default mpv yt resolution to 1440

This commit is contained in:
Pavle Portic 2021-09-26 20:46:04 +02:00
parent c40cb3167e
commit 7ef4477d6a
Signed by: TheEdgeOfRage
GPG Key ID: F2AB38285780DE3D
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ alias cz=chezmoi
alias dockre=docker
alias unbound='cd ~/dev/docker/unbound; dcrestart; -'
alias i3exit='i3-msg exit'
alias mpv='mpv --ytdl-format="bestvideo[height<=?1080]+bestaudio/best"'
alias mpv='mpv --ytdl-format="bestvideo[height<=?1440]+bestaudio/best"'
# Systemctl aliases
alias sctl='sudo systemctl'