diff options
| author | zsmith <zsmith@newhopechurch.tv> | 2026-04-13 09:05:47 -0500 |
|---|---|---|
| committer | zsmith <zsmith@newhopechurch.tv> | 2026-04-13 09:05:47 -0500 |
| commit | 4a964adf88f8a1a8b54ecd2582860d351a074bf1 (patch) | |
| tree | 6580647b5a74a8f20dee62096bc45f44842e7c1d /ncmpcpp | |
| parent | e668e8eb29215b2ba2beb873dc85670d13ecfe50 (diff) | |
| parent | 2418ffd3d74dde0de4487c310acc6f111f0fbe4c (diff) | |
Merge branch 'master' into macmac
Diffstat (limited to 'ncmpcpp')
| -rw-r--r-- | ncmpcpp/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ncmpcpp/config b/ncmpcpp/config index 2b4b68f..4cc4311 100644 --- a/ncmpcpp/config +++ b/ncmpcpp/config @@ -30,7 +30,7 @@ mpd_host = ~/.config/mpd/socket # ## Needed for tag editor and file operations to work. ## -#mpd_music_dir = ~/music +mpd_music_dir = ~/Music # #mpd_crossfade_time = 5 # @@ -271,6 +271,7 @@ visualizer_look = ●▮ ## notifications etc. ## #execute_on_song_change = "" +execute_on_song_change = "songinfo" # ## ## Note: Custom command that will be executed each time player state |
