aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 987cc9f922ab38ab560cc0408739a5d965f91cec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[sway-im](https://aur.archlinux.org/packages/sway-im/)
========
The [sway](https://swaywm.org/) package with [input method keyboard
grab](https://github.com/swaywm/sway/pull/4932) support for Arch Linux.

You can download sway-im from AUR:
```bash
paru -S sway-im
```

And you can install the pre-build package too:
```bash
# You only need to do it once
sudo pacman-key -r 0F85F46EE242057F
sudo pacman-key --lsign-key 0F85F46EE242057F

# Install
sudo pacman -U https://i.hyeon.me/PKGBUILD/sway-im-1:1.5.1.r2.ec36e113-1-x86_64.pkg.tar.zst
```

#### References
- https://github.com/swaywm/sway/pull/4932
- https://github.com/Riey/kime/pull/129#issuecomment-767000048