Add stop playing mpd binding to sxhkd config

This commit is contained in:
Wiktor Zykubek 2020-03-17 16:39:50 +01:00
parent 3efecfee83
commit bd3776a622
2 changed files with 6 additions and 2 deletions

View File

@ -109,6 +109,9 @@ XF86Audio{Next,Prev}
# Pause/play
XF86AudioPlay
mpc toggle
# Stop
XF86AudioStop
mpc stop
#~~~~~~~~~~~~

View File

@ -113,5 +113,6 @@ XF86Audio{Next,Prev}
# Pause/play
XF86AudioPlay
mpc toggle
# Stop
XF86AudioStop
mpc stop