diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-29 14:50:39 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-29 14:50:39 -0500 |
commit | 01145d26b71c167a9c5900dc23ae92028a3a69d5 (patch) | |
tree | ef35ecc37390d32b57cd7dc9d4388d8008c1203f | |
parent | 354f1244edb1ed8eeaddcf45c05ab2e87b5d45b1 (diff) | |
download | emacsconf-wiki-01145d26b71c167a9c5900dc23ae92028a3a69d5.tar.xz emacsconf-wiki-01145d26b71c167a9c5900dc23ae92028a3a69d5.zip |
mpv config tweak
Diffstat (limited to '')
-rw-r--r-- | mpv.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,7 +50,6 @@ configuration: ``` # Positioning video-zoom=-0.15 -video-align-x=1 video-align-y=-1 sub-use-margins=yes sub-scale-by-window=yes @@ -59,7 +58,7 @@ sub-margin-x=110 sub-margin-y=60 sub-align-x=left # Style -sub-back-color=0.0 +sub-font="{{ emacsconf_font }}" sub-color="1/0.82/0" sub-blur=0.2 sub-scale=0.9 @@ -70,6 +69,7 @@ sub-shadow-color=0/1 sub-shadow-offset=1.2 sub-ass-force-style=Kerning=yes sub-ass-line-spacing=0 +osc=no ``` If you would like to specify the font to use, you can include a line like: |