1
0
forked from extern/nix-config

docs: Add READMEs for mpd, mpv, and sxhkd

Contrary to the similarity in naming, mpd and mpv are two completely
different programs that both serve completely different purposes.
This commit is contained in:
Donovan Glover 2018-11-18 14:31:54 -05:00
parent fe96f56867
commit d3537e656e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 49 additions and 0 deletions

15
mpd/README.md Normal file
View File

@ -0,0 +1,15 @@
# mpd
[mpd][mpd] is a music player daemon.
## Use Cases
mpd can be used to:
- Manage music independently of which client is being used
You should not use mpd if:
- The music player you use does not rely on mpd
[mpd]: https://github.com/MusicPlayerDaemon/MPD

18
mpv/README.md Normal file
View File

@ -0,0 +1,18 @@
# mpv
[mpv][mpv] is a media player without a GUI.
## Use Cases
mpv can be used to:
- Play every video format you encounter
- Work behind the scenes for larger GUI programs
- Watch videos with other tiled windows open and without GUI buttons taking up space
- Strategically position GUI-less videos in your rice screenshots
You should not use mpv if:
- You use a desktop environment with a media player
[mpv]: https://github.com/mpv-player/mpv

16
sxhkd/README.md Normal file
View File

@ -0,0 +1,16 @@
# sxhkd
[sxhkd][sxhkd] is a hotkey daemon for X11.
## Use Cases
sxhkd can be used to:
- Bind any key combination to whatever shell command you want
- Control windows in [bspwm](/bspwm) through `bspc`
You should not use sxhkd if:
- You use a desktop environment that sets keybinds for you
[sxhkd]: https://github.com/baskerville/sxhkd