Add stop playing mpd binding to sxhkd config

This commit is contained in:
samedamci 2020-03-17 16:39:50 +01:00
parent ee8f8ae809
commit d59a4ea20d
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