Feat: configure mpd with ncmpcpp
This commit is contained in:
10
mpd/.config/ncmpcpp/bindings
Normal file
10
mpd/.config/ncmpcpp/bindings
Normal file
@@ -0,0 +1,10 @@
|
||||
def_key "j"
|
||||
scroll_down
|
||||
def_key "k"
|
||||
scroll_up
|
||||
|
||||
def_key "g"
|
||||
move_home
|
||||
|
||||
def_key "G"
|
||||
move_end
|
||||
1
mpd/.config/ncmpcpp/config
Normal file
1
mpd/.config/ncmpcpp/config
Normal file
@@ -0,0 +1 @@
|
||||
execute_on_song_change = notify-send "Now Playing" "$(mpc --format '%title% \n%artist% - %album%' current)"
|
||||
Reference in New Issue
Block a user