diff options
author | Amin Bandali <amin@aminb.org> | 2017-05-02 09:37:45 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-05-02 09:37:45 -0400 |
commit | 5633cf03627bb22a3ebd0a84c97e408c13509023 (patch) | |
tree | 36fbd9bb5841a3e7310468158b90a66c3ae3523e /sxhkd | |
parent | b9b7e6392e6f55b6d532eedd4520cde4b466c1b4 (diff) | |
download | configs-5633cf03627bb22a3ebd0a84c97e408c13509023.tar.gz configs-5633cf03627bb22a3ebd0a84c97e408c13509023.tar.xz configs-5633cf03627bb22a3ebd0a84c97e408c13509023.zip |
Add playback control (via mpc) bindings to sxhkd
Diffstat (limited to '')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 78dd17d..308cc87 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -42,6 +42,10 @@ XF86Audio{Raise,Lower}Volume XF86AudioMute pamixer --toggle-mute +# playback control +XF86Audio{Play,Prev,Next} + mpc {toggle,prev,next} + # Xfce log out super + shift + q xfce4-session-logout |