aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/youtube-viewer
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-10-13 20:03:11 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-10-13 20:03:11 +0300
commit75395bc792fe2cdd1f508f657ca289829b80c506 (patch)
tree57f312d82f390adb9a10f8cea3d56f2d54b73727 /dotfiles/.config/youtube-viewer
parent9b9b48ccd7e4035b17e253a78760da9491db04b2 (diff)
downloadswayrice-75395bc792fe2cdd1f508f657ca289829b80c506.tar.gz
swayrice-75395bc792fe2cdd1f508f657ca289829b80c506.zip
lf: use mimeo instead of the default opener...
...so that now I can open multiple files at once.
Diffstat (limited to 'dotfiles/.config/youtube-viewer')
-rw-r--r--dotfiles/.config/youtube-viewer/youtube-viewer.conf3
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,