diff --git a/botfiles/.config/sxhkd/sxhkdrc.laptop b/botfiles/.config/sxhkd/sxhkdrc.laptop index bceac3f..862f456 100644 --- a/botfiles/.config/sxhkd/sxhkdrc.laptop +++ b/botfiles/.config/sxhkd/sxhkdrc.laptop @@ -109,6 +109,9 @@ XF86Audio{Next,Prev} # Pause/play XF86AudioPlay mpc toggle +# Stop +XF86AudioStop + mpc stop #~~~~~~~~~~~~ diff --git a/botfiles/.config/sxhkd/sxhkdrc.pc b/botfiles/.config/sxhkd/sxhkdrc.pc index ca474a3..8ccdd6a 100644 --- a/botfiles/.config/sxhkd/sxhkdrc.pc +++ b/botfiles/.config/sxhkd/sxhkdrc.pc @@ -113,5 +113,6 @@ XF86Audio{Next,Prev} # Pause/play XF86AudioPlay mpc toggle - - +# Stop +XF86AudioStop + mpc stop