diff options
Diffstat (limited to 'ncmpcpp')
| -rw-r--r-- | ncmpcpp/bindings | 64 | ||||
| -rw-r--r-- | ncmpcpp/config | 31 | ||||
| m--------- | ncmpcpp/ncmpcpp-ueberzug | 0 |
3 files changed, 95 insertions, 0 deletions
diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings new file mode 100644 index 0000000..87d67db --- /dev/null +++ b/ncmpcpp/bindings | |||
| @@ -0,0 +1,64 @@ | |||
| 1 | def_key "+" | ||
| 2 | show_clock | ||
| 3 | def_key "=" | ||
| 4 | volume_up | ||
| 5 | def_key "j" | ||
| 6 | scroll_down | ||
| 7 | def_key "k" | ||
| 8 | scroll_up | ||
| 9 | def_key "ctrl-u" | ||
| 10 | page_up | ||
| 11 | def_key "ctrl-d" | ||
| 12 | page_down | ||
| 13 | def_key "u" | ||
| 14 | page_up | ||
| 15 | def_key "d" | ||
| 16 | page_down | ||
| 17 | def_key "h" | ||
| 18 | previous_column | ||
| 19 | def_key "l" | ||
| 20 | next_column | ||
| 21 | def_key "." | ||
| 22 | show_lyrics | ||
| 23 | def_key "n" | ||
| 24 | next_found_item | ||
| 25 | def_key "N" | ||
| 26 | previous_found_item | ||
| 27 | def_key "J" | ||
| 28 | move_sort_order_down | ||
| 29 | def_key "K" | ||
| 30 | move_sort_order_up | ||
| 31 | def_key "h" | ||
| 32 | jump_to_parent_directory | ||
| 33 | def_key "l" | ||
| 34 | enter_directory | ||
| 35 | def_key "l" | ||
| 36 | run_action | ||
| 37 | def_key "l" | ||
| 38 | play_item | ||
| 39 | def_key "m" | ||
| 40 | show_media_library | ||
| 41 | def_key "m" | ||
| 42 | toggle_media_library_columns_mode | ||
| 43 | def_key "t" | ||
| 44 | show_tag_editor | ||
| 45 | def_key "v" | ||
| 46 | show_visualizer | ||
| 47 | def_key "G" | ||
| 48 | move_end | ||
| 49 | def_key "g" | ||
| 50 | move_home | ||
| 51 | def_key "U" | ||
| 52 | update_database | ||
| 53 | def_key "s" | ||
| 54 | reset_search_engine | ||
| 55 | def_key "s" | ||
| 56 | show_search_engine | ||
| 57 | def_key "f" | ||
| 58 | show_browser | ||
| 59 | def_key "f" | ||
| 60 | change_browse_mode | ||
| 61 | def_key "x" | ||
| 62 | delete_playlist_items | ||
| 63 | def_key "P" | ||
| 64 | show_playlist | ||
diff --git a/ncmpcpp/config b/ncmpcpp/config new file mode 100644 index 0000000..a2237b6 --- /dev/null +++ b/ncmpcpp/config | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | # vim: filetype=conf | ||
| 2 | ncmpcpp_directory = "~/.config/ncmpcpp" | ||
| 3 | lyrics_directory = "~/.cache/ncmpcpp_lyrics" | ||
| 4 | mpd_music_dir = "~/music/albums" | ||
| 5 | message_delay_time = "1" | ||
| 6 | visualizer_type = "spectrum" | ||
| 7 | song_list_format = {$4%a - }{%t}|{$8%f$9}$R{$3(%l)$9} | ||
| 8 | song_status_format = $b{{$8"%t"}} $3by {$4%a{ $3in $7%b{ (%y)}} $3}|{$8%f} | ||
| 9 | song_library_format = {%n - }{%t}|{%f} | ||
| 10 | alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b | ||
| 11 | alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D} | ||
| 12 | current_item_prefix = $(cyan)$r$b | ||
| 13 | current_item_suffix = $/r$(end)$/b | ||
| 14 | current_item_inactive_column_prefix = $(magenta)$r | ||
| 15 | current_item_inactive_column_suffix = $/r$(end) | ||
| 16 | playlist_display_mode = columns | ||
| 17 | browser_display_mode = columns | ||
| 18 | progressbar_look = -> | ||
| 19 | media_library_primary_tag = album_artist | ||
| 20 | media_library_albums_split_by_date = no | ||
| 21 | startup_screen = "media_library" | ||
| 22 | display_volume_level = no | ||
| 23 | ignore_leading_the = yes | ||
| 24 | external_editor = nvim | ||
| 25 | use_console_editor = yes | ||
| 26 | empty_tag_color = magenta | ||
| 27 | main_window_color = white | ||
| 28 | progressbar_color = black:b | ||
| 29 | progressbar_elapsed_color = blue:b | ||
| 30 | statusbar_color = red | ||
| 31 | statusbar_time_color = cyan:b | ||
diff --git a/ncmpcpp/ncmpcpp-ueberzug b/ncmpcpp/ncmpcpp-ueberzug new file mode 160000 | |||
| Subproject 9bd9121d9ba0ac49106b34f792c3445a07643a1 | |||
