Skip to content

Commit

Permalink
Add weston config in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhyub committed Jan 8, 2024
1 parent 2781213 commit edd690c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,13 @@ kime은 kime 데몬을 위한 kime.desktop 파일을 /etc/xdg/autostart에 설
시스템 설정 > 하드웨어 > 입력 장치 > 가상 키보드에서 `kime 데몬`을 선택해야 합니다.
이후에 로그아웃을 하는 것을 권장합니다.

### Weston
`~/.config/weston.ini`에 해당 내용이 있어야 합니다.
```
[input-method]
path=/usr/bin/kime
```

### Configuration

자세한 옵션은 [CONFIGURATION.md](docs/CONFIGURATION.ko.md)를 참고하세요.
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@ kime.desktop file is installed in /etc/xdg/autostart when installing kime.
It is required to select `kime daemon` under System Settings > Hardware > Input Devices > Virtual Keyboard.
A logout is recommended afterwards.

### Weston

It is required to have the following lines in `~/.config/weston.ini`
```
[input-method]
path=/usr/bin/kime
```

### Configuration

Read [CONFIGURATION.md](docs/CONFIGURATION.md) for detail options.
Expand Down

0 comments on commit edd690c

Please sign in to comment.