From b53f2f99c5e9aca69cbc6e7f047cb056b296e170 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 11 Dec 2023 00:09:38 +0100 Subject: [PATCH] ncmpcpp: add config --- ncmpcpp/.config/ncmpcpp/bindings | 32 ++++++++++++++++++++++++++++++++ ncmpcpp/.config/ncmpcpp/config | 18 ++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 ncmpcpp/.config/ncmpcpp/bindings create mode 100644 ncmpcpp/.config/ncmpcpp/config diff --git a/ncmpcpp/.config/ncmpcpp/bindings b/ncmpcpp/.config/ncmpcpp/bindings new file mode 100644 index 00000000..20e26f89 --- /dev/null +++ b/ncmpcpp/.config/ncmpcpp/bindings @@ -0,0 +1,32 @@ +def_key "j" + scroll_down +def_key "k" + scroll_up +def_key "J" + move_sort_order_down +def_key "K" + move_sort_order_up +def_key "h" + previous_column +def_key "l" + next_column +def_key "ctrl-b" + page_up +def_key "ctrl-u" + page_up +def_key "ctrl-f" + page_down +def_key "ctrl-d" + page_down +def_key "g" + move_home +def_key "G" + move_end +def_key "n" + next_found_item +def_key "N" + previous_found_item +def_key "9" + show_lyrics +def_key "0" + show_clock diff --git a/ncmpcpp/.config/ncmpcpp/config b/ncmpcpp/.config/ncmpcpp/config new file mode 100644 index 00000000..b17fd6c1 --- /dev/null +++ b/ncmpcpp/.config/ncmpcpp/config @@ -0,0 +1,18 @@ +visualizer_output_name = mpdFIFO +visualizer_fps = 60 +visualizer_in_stereo = yes +visualizer_spectrum_hz_min = 28 +visualizer_spectrum_hz_max = 18000 +visualizer_spectrum_smooth_look = yes +visualizer_spectrum_gain = 1.5 + +volume_change_step = 5 +user_interface = alternative +#progressbar_look = ⤼⤻ +store_lyrics_in_song_dir = no +generate_win32_compatible_filenames = yes +follow_now_playing_lyrics = yes +display_bitrate = yes +display_remaining_time = yes +use_console_editor = yes + -- 2.51.2