From 1e76dd9f85c88bb82cbea1e4aeb7332983ac45b5 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 27 Oct 2025 23:27:49 +0100 Subject: [PATCH] ncmpcpp: update config --- dot-config/ncmpcpp/bindings | 6 ++++-- dot-config/ncmpcpp/config | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dot-config/ncmpcpp/bindings b/dot-config/ncmpcpp/bindings index bb583e26..4a6f08ec 100644 --- a/dot-config/ncmpcpp/bindings +++ b/dot-config/ncmpcpp/bindings @@ -10,9 +10,9 @@ def_key "l" # sort order def_key "J" - move_sort_order_down + move_selected_items_down def_key "K" - move_sort_order_up + move_selected_items_up # scrolling def_key "ctrl-b" @@ -33,6 +33,8 @@ def_key "n" next_found_item def_key "N" previous_found_item +def_key "m" + dummy # misc def_key "9" diff --git a/dot-config/ncmpcpp/config b/dot-config/ncmpcpp/config index 79c68c69..64128cab 100644 --- a/dot-config/ncmpcpp/config +++ b/dot-config/ncmpcpp/config @@ -70,7 +70,7 @@ visualizer_output_name = mpdFIFO visualizer_fps = 119 visualizer_in_stereo = no visualizer_spectrum_dft_size = 4 -visualizer_spectrum_hz_min = 41 +visualizer_spectrum_hz_min = 66 visualizer_spectrum_hz_max = 6666 visualizer_spectrum_smooth_look = yes visualizer_spectrum_gain = 1.0 -- 2.51.2