diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-25 10:08:05 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-25 10:08:05 -0500 |
commit | dcf4d10213ffa11e984c897cbf57b15a6051f7dc (patch) | |
tree | 2913ac7b4ab8cb3b2c3f2c8f2de4fff989e84ebd | |
parent | 451058623aada3bb8561215579f57101d26c3e57 (diff) | |
download | emacsconf-wiki-dcf4d10213ffa11e984c897cbf57b15a6051f7dc.tar.xz emacsconf-wiki-dcf4d10213ffa11e984c897cbf57b15a6051f7dc.zip |
properly center mpv video
Diffstat (limited to '')
-rw-r--r-- | mpv.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -21,14 +21,13 @@ that. ``` # Positioning video-zoom=-0.15 -video-align-x=1 video-align-y=-1 sub-use-margins=yes sub-scale-by-window=yes sub-pos=103 -sub-margin-x=110 +sub-margin-x=10 sub-margin-y=60 -sub-align-x=center +sub-align-x=middle # Style sub-back-color=0.0 sub-color="1/0.82/0" |