Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Payphone/Stumpd
A StumpWM module for interacting with MPD
https://github.com/Payphone/Stumpd
Last synced: 3 months ago
JSON representation
A StumpWM module for interacting with MPD
- Host: GitHub
- URL: https://github.com/Payphone/Stumpd
- Owner: Payphone
- Created: 2017-03-07T19:47:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T03:56:50.000Z (over 7 years ago)
- Last Synced: 2024-08-02T21:38:33.312Z (6 months ago)
- Language: Common Lisp
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
- awesome-stumpwm - stumpd - Module for interacting with MPD (Modules)
README
* Stumpd
A StumpWM module for interacting with MPD.** Installation
Clone the repository and move it to your StumpWM modules folder. The modules
folder has changed several times throughout the StumpWM releases, so the best
way to find it is to eval \ast{}module-dir\ast{} in StumpWM (C-t :).
#+BEGIN_SRC sh
git clone https://github.com/Payphone/mpd.github
mv mpd ~/quicklisp/local-projects/git clone https://github.com/Payphone/stumpd.git
mv stumpd ~/.stumpwm.d/modules/
#+END_SRC
Now update your .stumpwmrc file to include the following:
#+BEGIN_SRC common-lisp
(load-module "stumpd")
(use-package :stumpd)
(define-key *root-map* (kbd "m") 'stumpd:*mpd-playback-map*)
#+END_SRC
You can change the key binding to whatever suites your tastes.