From d6c58f5ea7eeefd8efeb113945add6d1986cfdde Mon Sep 17 00:00:00 2001 From: Andrei E Date: Mon, 1 Nov 2021 19:16:45 +0000 Subject: [PATCH] Document clipboard dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25e69e9..b4537e4 100644 --- a/README.md +++ b/README.md @@ -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 |