Skip to content

Instantly share code, notes, and snippets.

@yaasita
Created May 8, 2024 10:21
Show Gist options
  • Save yaasita/c4c4712ed72cc542e8775732110978eb to your computer and use it in GitHub Desktop.
Save yaasita/c4c4712ed72cc542e8775732110978eb to your computer and use it in GitHub Desktop.

~/.config/ncmpcpp/config

lyrics_directory = ~/.lyrics
mpd_host = localhost
mpd_port = 6600
mpd_music_dir = /var/lib/mpd/music
user_interface = alternative
song_list_format = %f
song_status_format = %f
song_library_format = %f
song_window_title_format = %f
song_columns_list_format = (50)[white]{f:Filename} (7)[magenta]{l}
playlist_show_remaining_time = yes

~/.config/ncmpcpp/bindings

def_key "j"
  scroll_down

def_key "k"
  scroll_up

def_key "ctrl-u"
  page_up

def_key "ctrl-d"
  page_down

def_key "n"
  next_found_item

def_key "N"
  previous_found_item

def_key "d"
  delete_playlist_items

def_key "p"
  play

def_key "space"
  pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment