diff options
Diffstat (limited to 'etc/mpv')
-rw-r--r-- | etc/mpv/mpv.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/etc/mpv/mpv.conf b/etc/mpv/mpv.conf new file mode 100644 index 0000000..b21d06a --- /dev/null +++ b/etc/mpv/mpv.conf @@ -0,0 +1,28 @@ +# Configuration file settings and the command line options use the same +# underlying mechanisms. Most options can be put into the configuration file +# by dropping the preceding '--'. See the man page for a complete list of +# options. +# +# Profiles should be placed at the bottom of the configuration file to ensure +# that settings wanted as defaults are not restricted to specific profiles. + +# use sndio +ao=sndio + +# gpu-accel +vo=gpu + +# Default audio volume is 100. Lower it to 75. +volume=75 + +# prefer english audio tracks +alang=en,eng + +# Display English subtitles if available. +slang=en,eng + +# Use Cozette for subtitle fonts. +sub-font='Hermit' + +screenshot-directory=~/share/xdg/pic/ +screenshot-template=mpv-%f-%P |