diff options
author | Alan Pearce | 2019-09-25 16:39:33 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-25 16:39:33 +0200 |
commit | b0e82c6945215cb4d78f91a4efc8c0041c01942a (patch) | |
tree | bebfa9a9c98eb50bebefbde6553a4c40dfd16c59 /sxhkd | |
parent | 331b20306c606afcf71ff895fa20d336df9e344d (diff) | |
download | dotfiles-b0e82c6945215cb4d78f91a4efc8c0041c01942a.tar.lz dotfiles-b0e82c6945215cb4d78f91a4efc8c0041c01942a.tar.zst dotfiles-b0e82c6945215cb4d78f91a4efc8c0041c01942a.zip |
sxhkd: map audio buttons to cmus-remote
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index ba528d3..946a240 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -13,6 +13,12 @@ XF86MonBrightness{Down,Up} XF86Display disper -C +XF86AudioPlay + cmus-remote --pause + +XF86Audio{Prev,Next} + cmus-remote --{prev,next} + # XF86WLAN XF86Tools |