>>35515068 (OP)
>How do I bind my play/pause, next, previous buttons to ncmpcpp?
.xbindkeysrc
# Examples of commands:
"xbindkeys_show"
control+shift + q
"mpc toggle"
Mod4 + End
"mpc toggle"
Mod4 + Home
"mpc prev"
Mod4 + Prior
"mpc next"
Mod4 + Next
"mpc seek -00:00:10"
Mod4 + Left
"mpc seek +00:00:10"
Mod4 + Right
"mpc volume +10"
Mod4 + Up
"mpc volume -10"
Mod4 + Down
"mpc stop"
Mod4 + Delete
would control mpd via mpc using the super key (windows key) and the insert,delete,home,end,pgup/down cluster
as well as arrow keys for volume and seeking.