diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-08 13:17:34 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-08 13:17:34 +0200 |
commit | 8cd1f322f47d48cae6bb142aa778728983db883f (patch) | |
tree | 4fc24a7d6c07700c4eb3cbc679999ff2450e1356 /config/common/ncmpcpp | |
parent | 6cadbb9ce57152dd63ebf3ee58513963c635705e (diff) | |
parent | 0033f5386467f32dcee4dbb9cea0f92dd4fe9dc2 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/common/ncmpcpp')
-rw-r--r-- | config/common/ncmpcpp/config | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/config/common/ncmpcpp/config b/config/common/ncmpcpp/config index 9a87787..2136109 100644 --- a/config/common/ncmpcpp/config +++ b/config/common/ncmpcpp/config @@ -445,7 +445,7 @@ ## ## Note: You can define startup screen by choosing screen from the list above. ## -startup_screen = browser +# startup_screen = browser # ## ## Note: You can define startup slave screen by choosing screen from the list @@ -508,7 +508,7 @@ startup_screen = browser # #media_library_sort_by_mtime = no # -enable_window_title = no +# enable_window_title = no # ## ## Note: You can choose default search mode for search engine. Available modes @@ -595,4 +595,11 @@ enable_window_title = no #window_border_color = green # #active_window_border = red -# + +startup_screen = browser +enable_window_title = no +visualizer_data_source = "~/.config/mpd/mpd.fifo" +visualizer_output_name = "fifo" +visualizer_in_stereo = "yes" +visualizer_type = "spectrum" +visualizer_look = "+|" |