From a341f8e43a897def62d97bb0aae3b4bb77f189a1 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 28 Oct 2014 22:42:53 -0400 Subject: [PATCH] add sxhkd Audio Play/Prev/Next shortcuts uses mpc --- sxhkd/.config/sxhkd/sxhkdrc | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.20.1