]> Freerunner's - dotfiles.git/commitdiff
ncmpcpp: add config
authorAndre Ramnitz <tux.rising@gmail.com>
Sun, 10 Dec 2023 23:09:38 +0000 (00:09 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
ncmpcpp/.config/ncmpcpp/bindings [new file with mode: 0644]
ncmpcpp/.config/ncmpcpp/config [new file with mode: 0644]

diff --git a/ncmpcpp/.config/ncmpcpp/bindings b/ncmpcpp/.config/ncmpcpp/bindings
new file mode 100644 (file)
index 0000000..20e26f8
--- /dev/null
@@ -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 (file)
index 0000000..b17fd6c
--- /dev/null
@@ -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
+