diff options
Diffstat (limited to '.ncmpcpp')
| -rw-r--r-- | .ncmpcpp/bindings | 12 | ||||
| -rw-r--r-- | .ncmpcpp/config | 4 |
2 files changed, 8 insertions, 8 deletions
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 = +| |
