diff options
| author | Yaroslav <contact@yaroslavps.com> | 2020-08-05 15:25:12 +0300 | 
|---|---|---|
| committer | Yaroslav <contact@yaroslavps.com> | 2020-08-05 15:25:12 +0300 | 
| commit | 7ed9969ff4e13d0564e5e40a7711b2add56a5616 (patch) | |
| tree | 528e2b441a77176f2e83bb434dcad390a7689f1e | |
| parent | 1964c7a58ca805cca2a7507568d23643ad20a544 (diff) | |
| download | swayrice-7ed9969ff4e13d0564e5e40a7711b2add56a5616.tar.gz swayrice-7ed9969ff4e13d0564e5e40a7711b2add56a5616.zip  | |
updated youtube-viewer config
| -rw-r--r-- | dotfiles/.config/youtube-viewer/youtube-viewer.conf | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/dotfiles/.config/youtube-viewer/youtube-viewer.conf b/dotfiles/.config/youtube-viewer/youtube-viewer.conf index 7ef376d..909da53 100644 --- a/dotfiles/.config/youtube-viewer/youtube-viewer.conf +++ b/dotfiles/.config/youtube-viewer/youtube-viewer.conf @@ -1,13 +1,11 @@  #!/usr/bin/perl -# YouTube Viewer 3.7.5 - configuration file +# YouTube Viewer 3.7.7 - configuration file  our $CONFIG = {    auto_captions         => 0, -  autohide_watched      => 0,    autoplay_mode         => 0,    cache_dir             => "$ENV{HOME}/.cache/youtube-viewer", -  captions_dir          => "/tmp",    colors                => 1,    comments_order        => "time",    confirm               => 0, @@ -29,6 +27,7 @@ our $CONFIG = {    fullscreen            => 0,    get_captions          => 1,    get_term_width        => 1, +  hfr                   => 1,    highlight_color       => "bold",    highlight_watched     => 1,    history               => 0, @@ -62,7 +61,6 @@ our $CONFIG = {    srt_languages         => ["en", "es"],    subscriptions_order   => "relevance",    thousand_separator    => ",", -  use_invidious_api     => 0,    video_filename_format => "*FTITLE* - *ID*.*FORMAT*",    video_player_selected => "mpv",    video_players         => {  | 
