From 0494eafc5b7d2266bba07a780babbaf61627c7c6 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 6 Dec 2022 00:23:10 +0100 Subject: changes --- .ncmpcpp/bindings | 12 ++++++------ .ncmpcpp/config | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to '.ncmpcpp') diff --git a/.ncmpcpp/bindings b/.ncmpcpp/bindings index ab21cbf..b7057ff 100644 --- a/.ncmpcpp/bindings +++ b/.ncmpcpp/bindings @@ -152,16 +152,16 @@ #def_key "mouse" # mouse_event # -#def_key "up" -# scroll_up -# +def_key "k" + scroll_up + #def_key "shift-up" # select_item # scroll_up # -#def_key "down" -# scroll_down -# +def_key "j" + scroll_down + #def_key "shift-down" # select_item # scroll_down diff --git a/.ncmpcpp/config b/.ncmpcpp/config index fe4f185..c5384f7 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -14,6 +14,7 @@ playlist_show_remaining_time = yes browser_display_mode = columns autocenter_mode = yes follow_now_playing_lyrics = yes +lyrics_fetchers = azlyrics, musixmatch, justsomelyrics, genius, internet # UI and colors colors_enabled = yes @@ -38,9 +39,8 @@ display_bitrate = yes enable_window_title = yes # Visualizer -visualizer_fifo_path = /tmp/mpd.fifo +visualizer_data_source = /tmp/mpd.fifo visualizer_output_name = Visualizer feed visualizer_in_stereo = yes -visualizer_sync_interval = 30 visualizer_type = spectrum visualizer_look = +| -- cgit v1.2.3