diff options
| author | zachir <zachir@librem.one> | 2026-03-08 19:06:26 -0500 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2026-03-08 19:06:26 -0500 |
| commit | a17ef08d5c4eb48a2f3fb0c5db24f45f5c255129 (patch) | |
| tree | 8b677642f0e2b9e3bb3875d5002dc33227030293 /ncmpcpp/config | |
| parent | 3139f4b8ec27cf80d2886e9f34f317025c301035 (diff) | |
| parent | 2418ffd3d74dde0de4487c310acc6f111f0fbe4c (diff) | |
Merge branch 'master' into clacla
Diffstat (limited to 'ncmpcpp/config')
| -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 |
