From: Andre Ramnitz Date: Sun, 10 Dec 2023 23:09:38 +0000 (+0100) Subject: ncmpcpp: add config X-Git-Tag: v0.2~360 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=b53f2f99c5e9aca69cbc6e7f047cb056b296e170;p=dotfiles.git ncmpcpp: add 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 +