summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/mpv.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/mpv.conf b/etc/mpv.conf
index d54d14cc2e..b9db3ceda7 100644
--- a/etc/mpv.conf
+++ b/etc/mpv.conf
@@ -38,6 +38,14 @@
# don't allow a new window to have a size larger than 90% of the screen size
#autofit-larger=90%x90%
+# Do not close the window on exit.
+#keep-open=yes
+
+# Do not wait with showing the video window until it has loaded. (This will
+# resize the window once video is loaded. Also always shows a window with
+# audio.)
+#force-window=immediate
+
# Disable the On Screen Controller (OSC).
#osc=no