[README] Mention xdg-user-dir in the README as well.

This commit is contained in:
Lorenzo Cogotti 2022-11-04 19:52:08 +01:00
parent 76a05a3442
commit bc559cbefa
1 changed files with 2 additions and 1 deletions

View File

@ -17,10 +17,11 @@ and I have the impression other people may wish the same.
Yes, to use `screenrecord.sh` you need:
* [xdg-user-dir](https://www.freedesktop.org/wiki/Software/xdg-user-dirs) to find out your user's VIDEOS directory.
* [wf-recorder](https://github.com/ammen99/wf-recorder) for the actual screen recording functionality.
* [mako](https://github.com/emersion/mako), or any other notification manager that may be triggered via `notify-send`.
* [jq](https://stedolan.github.io/jq) to parse JSON from command line.
* [slurp](https://wayland.emersion.fr/slurp/) to select a screen area.
* [slurp](https://wayland.emersion.fr/slurp) to select a screen area.
These lovely utilities are often already available on many `sway` setups.