summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh604 <43.splash@gmail.com>2026-04-21 23:48:14 -0400
committerkj_sh604 <43.splash@gmail.com>2026-04-21 23:48:14 -0400
commit125c524583eb5de315ccddd47a97262dcb345fa4 (patch)
tree4267a89bc15f193aa0abdc2d2acbd70e7322995b
parent166bf7a33012beb7b3a0627652a14761cc40a37e (diff)
refactor: let system handle tearfree and vsync
-rw-r--r--.config/mpv/mpv.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf
index d120bc0..9686b37 100644
--- a/.config/mpv/mpv.conf
+++ b/.config/mpv/mpv.conf
@@ -23,4 +23,6 @@ sub-auto=all
autofit-larger=96%x92%
autofit-smaller=240x240
keepaspect-window=no
+video-sync=audio
+opengl-swapinterval=0
ytdl-format="bestvideo[height<=1080][fps<=30]+bestaudio/best"