summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-04-06 20:35:07 +0200
committerSimon Ser <contact@emersion.fr>2020-04-06 20:35:07 +0200
commit9fbe8d7e05ff4c9193b2ca5368851b313c97bdf2 (patch)
treee7a88281122602d5c834aace993cd540da3ed91b
parentbd2758227779d7748dea185c38cab11665d55502 (diff)
readme: add ref to Sway patch
-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