summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index e7f54e4..1be6744 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,9 @@ A Hangul input method for Wayland.
Depends on libhangul, Wayland and libxkbcommon.
+On Sway, this requires a [patch to add virtual-keyboard grabs
+support][sway-keyboard-grab].
+
meson build/
ninja -C build/
build/wlhangul
@@ -13,3 +16,5 @@ Depends on libhangul, Wayland and libxkbcommon.
## License
MIT
+
+[sway-keyboard-grab]: https://github.com/swaywm/sway/pull/4932