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:
parent
fe96f56867
commit
d3537e656e
15
mpd/README.md
Normal file
15
mpd/README.md
Normal 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
18
mpv/README.md
Normal 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
16
sxhkd/README.md
Normal 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
|
Loading…
Reference in New Issue
Block a user