Control cmus player via global mediakeys
Available keys: play, prev, next
$ git clone https://github.com/nogizhopaboroda/cmus-mediakeys.git
$ cd cmus-mediakeys
$ npm install
$ # run mediakeys handler
$ ./mediakeys
On Mac OS X, node v4 npm install
fails when installs "mediakeys" module.
Issues described here and here
Known workarounds:
- downgrading node to version 0.10
- updating XCode to version >=7
If you like this project, check out also cmus plugin manager cmus-bundler