From f43dba62634a628bc9b259eac5195a2220f8a066 Mon Sep 17 00:00:00 2001 From: muvment <107356094+muvment@users.noreply.github.com> Date: Fri, 3 Feb 2023 06:12:48 +0100 Subject: [PATCH] docs: Updated README Wayland dependencies (#12) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c2a8c2..b233fef 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,9 @@ Switch pop out window. ## Dependencies -`xclip` For Linux to copy text. +[`xclip`](https://github.com/astrand/xclip) for Linux/X11 to copy text. + +[`wl-clipboard`](https://github.com/bugaevc/wl-clipboard) for Linux/Wayland to copy text. `pbcopy` For macOS to copy text.