Initial commit for public dots
This commit is contained in:
22
.config/ncmpcpp/bindings
Normal file
22
.config/ncmpcpp/bindings
Normal file
@ -0,0 +1,22 @@
|
||||
def_key "k"
|
||||
scroll_up
|
||||
|
||||
def_key "shift-k"
|
||||
select_item
|
||||
scroll_up
|
||||
|
||||
def_key "j"
|
||||
scroll_down
|
||||
|
||||
def_key "shift-j"
|
||||
select_item
|
||||
scroll_down
|
||||
|
||||
def_key "="
|
||||
volume_up
|
||||
|
||||
def_key "+"
|
||||
show_clock
|
||||
|
||||
def_key "space"
|
||||
pause
|
||||
40
.config/ncmpcpp/config
Normal file
40
.config/ncmpcpp/config
Normal file
@ -0,0 +1,40 @@
|
||||
#
|
||||
# files
|
||||
#
|
||||
|
||||
ncmpcpp_directory = "~/.config/ncmpcpp"
|
||||
lyrics_directory = "~/.cache/ncmpcpp/"
|
||||
mpd_music_dir = "~/docs/music"
|
||||
|
||||
#
|
||||
# options
|
||||
#
|
||||
|
||||
seek_time = 5
|
||||
mouse_list_scroll_whole_page = "no"
|
||||
lines_scrolled = "3"
|
||||
|
||||
#
|
||||
# colors
|
||||
#
|
||||
|
||||
song_list_format = " %f $R %b %l "
|
||||
playlist_display_mode = classic
|
||||
|
||||
progressbar_color = white:b
|
||||
progressbar_elapsed_color = cyan:b
|
||||
|
||||
main_window_color = white
|
||||
visualizer_color = cyan
|
||||
|
||||
empty_tag_color = cyan
|
||||
header_window_color = cyan
|
||||
volume_color = cyan:b
|
||||
state_line_color = cyan
|
||||
statusbar_color = cyan
|
||||
statusbar_time_color = cyan:b
|
||||
player_state_color = cyan:b
|
||||
|
||||
# discard_colors_if_item_is_selected = no
|
||||
alternative_ui_separator_color = cyan
|
||||
window_border_color = cyan
|
||||
Reference in New Issue
Block a user