Skip to content

Commit 35a6125

Browse files
authored
docs: mention lack of Wayland support (#81)
1 parent 268cbb7 commit 35a6125

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ accessing system clipboards, but here are a few details you might need to know.
128128
### Dependency
129129

130130
- macOS: require Cgo, no dependency
131-
- Linux: require X11 dev package. For instance, install `libx11-dev` or `xorg-dev` or `libX11-devel` to access X window system.
131+
- Linux: require X11 dev package. For instance, install `libx11-dev` or `xorg-dev` or `libX11-devel` to access X window system.
132+
Wayland sessions are currently unsupported; running under Wayland
133+
typically requires an XWayland bridge and `DISPLAY` to be set.
132134
- Windows: no Cgo, no dependency
133135
- iOS/Android: collaborate with [`gomobile`](https://golang.org/x/mobile)
134136

0 commit comments

Comments
 (0)