1
0
Fork 0
mirror of https://github.com/Cloudef/bemenu synced 2024-05-17 21:16:40 +02:00

Document clipboard dependencies

This commit is contained in:
Andrei E 2021-11-01 19:16:45 +00:00 committed by Jari Vetoniemi
parent 0c9cfd029c
commit d6c58f5ea7

View File

@ -69,6 +69,8 @@ All dependencies are searched with `pkg-config`
| x11 | x11, xinerama, cairo, pango, pangocairo |
| Wayland | wayland-client, wayland-protocols, cairo, pango, pangocairo, xkbcommon |
Currently, pasting from clipboard is done at runtime with `wl-paste -t text/plain` and `xclip -t text/plain -out`, attempted in that order.
## Environment variables
| Variable | Description | Value |