commit 4cc77aa162ffdab33529217d7d3bb5dc50517199 parent 5a4920d98875c090c0760cf20159c152c2d907e4 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 1 Jan 2020 16:47:11 +0100 Change from ncmpcpp to ncmpc Diffstat:
A | .config/ncmpc/config | | | 5 | +++++ |
D | .config/ncmpcpp/bindings | | | 82 | ------------------------------------------------------------------------------- |
D | .config/ncmpcpp/config | | | 14 | -------------- |
3 files changed, 5 insertions(+), 96 deletions(-)
diff --git a/.config/ncmpc/config b/.config/ncmpc/config @@ -0,0 +1,5 @@ +enable-colors = no +enable-mouse = no +welcome-screen-list = no +scroll = no +display-time = no diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings @@ -1,82 +0,0 @@ -def_key "k" - scroll_up -def_key "K" - select_item - scroll_up -def_key "j" - scroll_down -def_key "J" - select_item - scroll_down - -def_key "[" - scroll_up_album - -def_key "]" - scroll_down_album - -def_key "{" - scroll_up_artist - -def_key "}" - scroll_down_artist - -def_key "page_up" - page_up - -def_key "ctrl-u" - page_up -def_key "ctrl-d" - page_down - -def_key "g" - move_home -def_key "G" - move_end - -def_key "h" - jump_to_parent_directory -def_key "l" - enter_directory -def_key "enter" - run_action - -def_key "enter" - play_item - -def_key "d" - delete_playlist_items -def_key "d" - delete_browser_items -def_key "d" - delete_stored_playlist - -def_key "l" - next_column -def_key "l" - slave_screen - -def_key "h" - previous_column -def_key "h" - master_screen - -def_key "n" - next -def_key "b" - previous - -def_key "f" - seek_forward -def_key "F" - seek_backward - -def_key "L" - show_lyrics -def_key ";" - toggle_lyrics_fetcher - -def_key "D" - clear_playlist -def_key "D" - clear_main_playlist diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config @@ -1,14 +0,0 @@ -mpd_host = localhost -mpd_port = 6600 -mpd_crossfade_time = 5 -visualizer_in_stereo = yes -visualizer_fifo_path = /tmp/mpd.fifo -visualizer_output_name = my_fifo -allow_for_physical_item_deletion = yes -colors_enabled = no -execute_on_song_change = dwmstatus-refresh -header_visibility = no -statusbar_visibility = no -progressbar_look = "── " -titles_visibility = no -mouse_support = no