diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-26 16:31:29 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-07-26 16:31:29 +0530 |
commit | 7eb9ff06f8c08b2ace785b0e6623d72cd2336554 (patch) | |
tree | 6fde84c68c0c0cc497413c78331dddb87559dddf /.config/mpv | |
parent | ed4ae1d6db1b295a1f00cb0fa4a718cb8d8bcfb0 (diff) |
dunstrc and mpv.conf changes
Diffstat (limited to '.config/mpv')
-rw-r--r-- | .config/mpv/mpv.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 70a63e1..00d871d 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -39,7 +39,7 @@ #autofit-larger=90%x90% # Do not close the window on exit. -keep-open=yes +keep-open=no #Don't close the video on end, instead loop it and wait for q #loop-file='inf' @@ -105,8 +105,11 @@ volume=50 # Display English subtitles if available. slang=en -# Play Finnish audio if available, fall back to English otherwise. -#alang=fi,en +#fuzzy find srt in same directory +sub-auto=fuzzy + +#Play English subtitles if available, fall back to Korean otherwise. +#slang=en,kr # Change subtitle encoding. For Arabic subtitles use 'cp1256'. # If the file seems to be valid UTF-8, prefer UTF-8. |