summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-28 15:55:09 +0200
committerwm4 <wm4@nowhere>2014-06-28 15:55:09 +0200
commit6eb955e274bbef0cf67a85fdb7f3f4bd4edef59f (patch)
tree93720aa61d355fcad618e9fabb5e78581d6fc94c /etc
parent07bc199e35072d8cb65ad4e9b3d78a968589fe0b (diff)
downloadmpv-6eb955e274bbef0cf67a85fdb7f3f4bd4edef59f.tar.bz2
mpv-6eb955e274bbef0cf67a85fdb7f3f4bd4edef59f.tar.xz
manpage: update config file locations
Also add some explanations how the config paths are determined.
Diffstat (limited to 'etc')
-rw-r--r--etc/example.conf2
-rw-r--r--etc/input.conf6
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/example.conf b/etc/example.conf
index dfdbd0839a..d23491566f 100644
--- a/etc/example.conf
+++ b/etc/example.conf
@@ -2,7 +2,7 @@
# mpv configuration file
#
# Configuration files are read system-wide from /usr/local/etc/mpv.conf
-# and per-user from ~/.mpv/config, where per-user settings override
+# and per-user from ~/.config/mpv/mpv.conf, where per-user settings override
# system-wide settings, all of which are overridden by the command line.
#
# Configuration file settings and the command line options use the same
diff --git a/etc/input.conf b/etc/input.conf
index 08988a2c28..30a0c67d2d 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -4,7 +4,7 @@
# add new ones here.
# See DOCS/man/input.rst for possible commands that can be bound.
# Also see mpv --input-cmdlist for other possible options.
-# The file should be placed in the $HOME/.mpv directory.
+# The file should be placed in the $HOME/.config/mpv directory.
#
# mpv --input-test --force-window --idle can be used to test which commands
# keys are bound to.
@@ -28,8 +28,8 @@
# output drivers (not in output windows of other drivers or in a terminal).
# All lines in this file are commented. If you want to remap a key, copy the
-# file to ~/.mpv/input.conf, and uncomment and edit the binding you want to
-# change.
+# file to ~/.config/mpv/input.conf, and uncomment and edit the binding you want
+# to change.
# Developer note:
# etc/input.conf from the mpv source tree is baked into the mpv binary, with