]> Freerunner's - dotfiles.git/commitdiff
ncmpcpp: add config
authorAndre Ramnitz <tux.rising@gmail.com>
Wed, 13 Dec 2023 15:49:15 +0000 (16:49 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
ncmpcpp/bindings [new file with mode: 0644]
ncmpcpp/config [new file with mode: 0644]
ncmpcpp/previews/Tm9sYQo=.png [new file with mode: 0644]
ncmpcpp/previews/default_cover.png [new file with mode: 0644]

diff --git a/ncmpcpp/bindings b/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 b/ncmpcpp/config
new file mode 100644 (file)
index 0000000..d1deba7
--- /dev/null
@@ -0,0 +1,20 @@
+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
+
+execute_on_song_change = $HOME/.local/bin/songinfo
+
diff --git a/ncmpcpp/previews/Tm9sYQo=.png b/ncmpcpp/previews/Tm9sYQo=.png
new file mode 100644 (file)
index 0000000..9483408
Binary files /dev/null and b/ncmpcpp/previews/Tm9sYQo=.png differ
diff --git a/ncmpcpp/previews/default_cover.png b/ncmpcpp/previews/default_cover.png
new file mode 100644 (file)
index 0000000..0574323
Binary files /dev/null and b/ncmpcpp/previews/default_cover.png differ