mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 12:20:52 +00:00
ncmpcpp default settings to work with mpd default (#1043)
This commit is contained in:
committed by
Fredrik Fornwall
parent
d046cbcc58
commit
535151505b
@@ -5,7 +5,7 @@
|
||||
p.add("ncmpcpp_directory", &ncmpcpp_directory, "~/.ncmpcpp/", adjust_directory);
|
||||
p.add("lyrics_directory", &lyrics_directory, "~/.lyrics/", adjust_directory);
|
||||
- p.add<void>("mpd_host", nullptr, "localhost", [](std::string host) {
|
||||
+ p.add<void>("mpd_host", nullptr, "~/.mpd/socket", [](std::string host) {
|
||||
+ p.add<void>("mpd_host", nullptr, "~/../usr/tmp/mpd.socket", [](std::string host) {
|
||||
expand_home(host);
|
||||
Mpd.SetHostname(host);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user