feat(mpv): size change

This commit is contained in:
kenji
2026-05-07 11:29:00 -05:00
parent ee4ab0e8a6
commit 6929369c28
+7 -2
View File
@@ -10,6 +10,11 @@
osc = "no";
osd-bar = "no";
border = "no";
# Subtitle preferences - prefer full subtitles over forced
# slang = "eng,en,enm"; # English subtitle preference order
# subs-fallback = "default"; # Use default if preferred not found
# sub-forced-events-only = "no"; # Don't limit to forced subtitle events
};
};
@@ -29,6 +34,6 @@
# --- VIDEO PLAYER (mpv) ---
"float, class:^(mpv)$"
"center, class:^(mpv)$"
"size 70% 70%, class:^(mpv)$"
"size 70% 50%, class:^(mpv)$"
];
}
}