diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-06 21:03:11 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-06 21:03:11 +0100 |
| commit | 96c8d201349fe8b41ca6bfc38317a42169e07cb7 (patch) | |
| tree | 6a2ba5ab81ef60528aad3d9902cb64ff20b56dc4 | |
| parent | 6b943bddc9e45dd4e625157950a2f35900d71a67 (diff) | |
corrected some path errors
| -rwxr-xr-x | .config/mpd/mpd.conf | 10 | ||||
| -rw-r--r-- | .ncmpcpp/config | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 3da057b..7207cc9 100755 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -2,11 +2,11 @@ bind_to_address "127.0.0.1" #bind_to_address "/run/mpd/socket" music_directory "/hdd/Music" -playlist_directory "$HOME/.config/mpd/playlists" -db_file "$HOME/.config/mpd/database" -log_file "$HOME/.config/mpd/log" -pid_file "$HOME/.config/mpd/pid" -state_file "$HOME/.config/mpd/mpdstate" +playlist_directory "~/.config/mpd/playlists" +db_file "~/.config/mpd/database" +log_file "~/.config/mpd/log" +pid_file "~/.config/mpd/pid" +state_file "~/.config/mpd/mpdstate" audio_output { type "pulse" diff --git a/.ncmpcpp/config b/.ncmpcpp/config index f499c17..20def9f 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -1,6 +1,6 @@ # Files -ncmpcpp_directory = $HOME/.ncmpcpp -lyrics_directory = $HOME/.ncmpcpp/lyrics +ncmpcpp_directory = ~/.ncmpcpp +lyrics_directory = ~/.ncmpcpp/lyrics mpd_host = localhost mpd_port = 6600 |
