diff options
| author | GitIR <git@zachir.xyz> | 2026-04-28 15:11:53 -0500 |
|---|---|---|
| committer | GitIR <git@zachir.xyz> | 2026-04-28 15:11:53 -0500 |
| commit | b659d5290ef67235904c401511bd1ca64611385c (patch) | |
| tree | 5814fa71983dfc91a45e6873142b635fcfb8c3f3 /ncmpcpp/config | |
| parent | 8a6620de6e5b8adb1054d40d0258e379503e0855 (diff) | |
| parent | 7da8033d855095c46748b71c9199ff76df6254ba (diff) | |
Merge branch 'master' into rai-master
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 |
