diff options
| author | ZachIR <zachir@librem.one> | 2026-02-28 19:28:00 -0600 |
|---|---|---|
| committer | ZachIR <zachir@librem.one> | 2026-02-28 19:28:00 -0600 |
| commit | 1d258ca1a32c026ff71d1d7b40c7dcf7d7cf798d (patch) | |
| tree | bc2e9b6b23fc9a1da63357eaba81f0a67892443b /ncmpcpp | |
| parent | d4bd06446cb442f11f1f0bbbbe3db5b18cc1e7ba (diff) | |
| parent | ba7afef0142c22543b98439915c1fc75700315d1 (diff) | |
Merge branch 'master' into carcar
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 |
