]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
mpv: move config file to new location
authorSimon Ruderich <simon@ruderich.org>
Tue, 12 Aug 2014 23:54:27 +0000 (01:54 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 12 Aug 2014 23:54:27 +0000 (01:54 +0200)
Default location and name was changed in mpv 0.5.

mpv/mpv.conf [moved from mpv/config with 100% similarity]
setup.sh

similarity index 100%
rename from mpv/config
rename to mpv/mpv.conf
index 3b796ba4422d1d551228528658278f0058f9f3b8..2e37a2e6821b3b7e2f11df7c1c72bd6668991689 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -55,5 +55,5 @@ fi
 # Another MPlayer fork, but developed separately with a different config
 # directory.
 if installed mpv; then
-    link mpv ~/.mpv
+    link mpv ~/.config/mpv
 fi