aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-06-22 21:15:16 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-06-22 21:15:16 +0100
commit267419feb9cfd2f0a8754477494647b4e9754bab (patch)
tree86fed5292a82dc1182a5053d0a5c346374ca19c7 /.config
parent2fb846f0501df909b1ae747077f60ef4792d7d7d (diff)
Add gpu-api=opengl to mpv.conf to stop mpv freezing
Diffstat (limited to '.config')
-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 68024f6..1a47cd0 100644
--- a/.config/mpv/mpv.conf
+++ b/.config/mpv/mpv.conf
@@ -67,6 +67,8 @@ profile=gpu-hq
# may or may not help.
#hwdec=auto
+gpu-api=opengl
+
##################
# audio settings #
##################