From: Simon Ruderich Date: Sun, 7 Dec 2014 12:35:16 +0000 (+0100) Subject: mpv/mpv.conf: add font settings for subtitles X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=1348283da8cd6e7dec4964b1aaa7bbcaa3deb582 mpv/mpv.conf: add font settings for subtitles --- diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 4389fd0..4bcd4a4 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -35,6 +35,12 @@ slang=en,eng,de,ger # Freenode (2013-10-09 23:42 CEST) for this idea. sub-visibility=no +# Reduce subtitle size (default is 45). +sub-text-font-size=33 +# Increase bottom margin for subtitles (default is 10). Makes them more +# pleasant to read for me. +sub-text-margin-y=30 + # Disable LIRC as I don't use it. input-lirc=no