diff options
Diffstat (limited to 'dotfiles/.config/youtube-viewer/youtube-viewer.conf')
-rw-r--r-- | dotfiles/.config/youtube-viewer/youtube-viewer.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/.config/youtube-viewer/youtube-viewer.conf b/dotfiles/.config/youtube-viewer/youtube-viewer.conf index 9037017..e498798 100644 --- a/dotfiles/.config/youtube-viewer/youtube-viewer.conf +++ b/dotfiles/.config/youtube-viewer/youtube-viewer.conf @@ -1,6 +1,6 @@ #!/usr/bin/perl -# YouTube Viewer 3.9.3 - configuration file +# YouTube Viewer 3.9.6 - configuration file our $CONFIG = { auto_captions => 0, @@ -47,6 +47,7 @@ our $CONFIG = { env_proxy => 1, fat32safe => 0, ffmpeg_cmd => "/usr/bin/ffmpeg", + force_fallback => 0, fullscreen => 0, get_captions => 1, get_term_width => 1, |