summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-13 13:13:15 +0100
committerwm4 <wm4@nowhere>2016-02-13 13:13:15 +0100
commitd3ed550792eb93fcc82dcf8ce73b678a35fe1349 (patch)
treef79e6d453a6e1f459bfe56f1140d1467323e5e41 /etc
parent0970763f69dd609d56ddcffabc7263777761c56e (diff)
downloadmpv-d3ed550792eb93fcc82dcf8ce73b678a35fe1349.tar.bz2
mpv-d3ed550792eb93fcc82dcf8ce73b678a35fe1349.tar.xz
mpv.conf: add some more options
Seems like questions related to functionality covered by them are quite often asked.
Diffstat (limited to 'etc')
-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