diff --git a/.config/newsboat/config b/.config/newsboat/config index 636cf1a..f765fed 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -8,7 +8,7 @@ unbind-key o bind-key o open-in-browser macro , open-in-browser -macro p set browser "mpv" ; open-in-browser ; set browser "/home/yorune/.local/bin/browser-x -new-tab %u" +macro p set browser "mpv --ytdl-format='bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]' --no-resume-playback" ; open-in-browser ; set browser "/home/yorune/.local/bin/browser-x -new-tab %u" unbind-key n unbind-key p diff --git a/.zshrc b/.zshrc index 2b7ef93..f63c87e 100644 --- a/.zshrc +++ b/.zshrc @@ -92,7 +92,7 @@ alias vim="vim -p" alias denpl="trans en:pl" alias dplen="trans pl:en" alias notes="vim $HOME/git/notes/index.md" -alias mpv="mpv --ytdl-format='bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]'" +alias mpv="mpv --ytdl-format='bestvideo[ext=mp4][height<=?1080]+bestaudio[ext=m4a]' --no-resume-playback" # Cleaning-up export PATH=$HOME/.local/bin:$PATH