diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-20 12:06:23 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-20 12:06:23 +0100 |
commit | efdc77359abefa87b92a95e0f888d5dd157eb42e (patch) | |
tree | 1f5844f09c936e875e5d452786dcee9627b2cd40 /mpv | |
parent | c248d8f7d7c8f1cb8b2ddce3db5ab1af4d10ef83 (diff) | |
download | dotfiles-efdc77359abefa87b92a95e0f888d5dd157eb42e.tar.xz |
mpv: Update sub font property name
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index d702981..e284bb7 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -11,7 +11,7 @@ volume-max=400 no-embeddedfonts sub-auto=fuzzy -sub-text-font="Source Sans Pro" +sub-font="Source Sans Pro" osd-font="Source Sans Pro" sub-use-margins |