From 15232edb8135a977037a5dae0e24e0a3ea767ac3 Mon Sep 17 00:00:00 2001 From: Changkun Ou Date: Sat, 7 Jun 2025 13:03:47 +0200 Subject: [PATCH] docs: mention lack of Wayland support --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f38a6f..d712007 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,9 @@ accessing system clipboards, but here are a few details you might need to know. ### Dependency - macOS: require Cgo, no dependency -- Linux: require X11 dev package. For instance, install `libx11-dev` or `xorg-dev` or `libX11-devel` to access X window system. + - Linux: require X11 dev package. For instance, install `libx11-dev` or `xorg-dev` or `libX11-devel` to access X window system. + Wayland sessions are currently unsupported; running under Wayland + typically requires an XWayland bridge and `DISPLAY` to be set. - Windows: no Cgo, no dependency - iOS/Android: collaborate with [`gomobile`](https://golang.org/x/mobile)