summaryrefslogtreecommitdiff
path: root/README.md
blob: 1be67445b6f46355cf7355cdb8bd465789d4dd78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# wlhangul

A Hangul input method for Wayland.

## Building

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

## License

MIT

[sway-keyboard-grab]: https://github.com/swaywm/sway/pull/4932