diff options
author | Amin Bandali <bandali@gnu.org> | 2023-12-23 15:39:11 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2023-12-23 15:39:11 -0500 |
commit | d9c5479c5c28df26f7fd320b088b95f95e1f4969 (patch) | |
tree | 9811180680fe24a156ff23bb2124c46130ad6879 | |
parent | 7af69b58dea4d6aa627de8b51cfd6b156c08df0f (diff) | |
download | configs-d9c5479c5c28df26f7fd320b088b95f95e1f4969.tar.gz configs-d9c5479c5c28df26f7fd320b088b95f95e1f4969.tar.xz configs-d9c5479c5c28df26f7fd320b088b95f95e1f4969.zip |
Fix typo in mpv.conf
-rw-r--r-- | .config/mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index f595e59..dd3b3b4 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -27,5 +27,5 @@ sub-border-size=0 sub-border-color=0/1 sub-shadow-color=0/1 sub-shadow-offset=1.2 -sub-ass-style-override=Kerning=yes +sub-ass-style-overrides=Kerning=yes sub-ass-line-spacing=0 |