diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-02-01 02:40:33 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-02-01 02:40:33 +0300 |
commit | 69997c95a88b4365c0bfe3b59183a0b8a498c372 (patch) | |
tree | f64752d836e57b08edcd1748a002e3b50634afea /dotfiles | |
parent | b0135722d8248bab1054497d3c751f3cd58f6b2e (diff) | |
download | swayrice-69997c95a88b4365c0bfe3b59183a0b8a498c372.tar.gz swayrice-69997c95a88b4365c0bfe3b59183a0b8a498c372.zip |
changes to youtube-viewer config
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/.config/youtube-viewer/youtube-viewer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/youtube-viewer/youtube-viewer.conf b/dotfiles/.config/youtube-viewer/youtube-viewer.conf index 53bce39..14d03dc 100644 --- a/dotfiles/.config/youtube-viewer/youtube-viewer.conf +++ b/dotfiles/.config/youtube-viewer/youtube-viewer.conf @@ -39,7 +39,7 @@ our $CONFIG = { ignore_av1 => 0, interactive => 1, keep_original_video => 0, - maxResults => 10, + maxResults => 15, merge_into_mkv => 1, merge_into_mkv_args => "-loglevel warning -c:s srt -c:v copy -c:a copy -disposition:s forced", merge_with_captions => 1, @@ -77,7 +77,7 @@ our $CONFIG = { srt => "-sub *SUB*", }, mpv => { - arg => "--gpu-context=wayland --really-quiet --title=*TITLE* --no-ytdl", + arg => "--gpu-context=wayland --title=*TITLE* --no-ytdl", audio => "--audio-file=*AUDIO*", cmd => "mpv", fs => "--fullscreen", |