From: Amin Bandali Date: Wed, 29 Oct 2014 02:42:53 +0000 (-0400) Subject: add sxhkd Audio Play/Prev/Next shortcuts X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/a341f8e43a897def62d97bb0aae3b4bb77f189a1 add sxhkd Audio Play/Prev/Next shortcuts uses mpc --- diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 9037438..42606ef 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -114,6 +114,15 @@ XF86AudioLowerVolume XF86AudioMute pulseaudio-ctl mute +XF86AudioPlay + mpc toggle + +XF86AudioPrev + mpc prev + +XF86AudioNext + mpc next + #XF86AudioRaiseVolume # pamixer --increase 5;\ # pamixer --get-volume > /tmp/volinfo