Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,11 +492,11 @@ Add this line to file `~/.config/kanata/kanata.kbd`
Add this line to `/etc/environment` to fix input issues for X11/XCB applications on Wayland:

```sh
DBUS_SESSION_BUS_ADDRESS="autolaunch:"
DBUS_SESSION_BUS_ADDRESS=unix:path=$XDG_RUNTIME_DIR/bus
```
Or set the env in your DE/WM config (Recommended).

Example for Hyprland: `env = DBUS_SESSION_BUS_ADDRESS,autolaunch:`
Example for Hyprland: `env = DBUS_SESSION_BUS_ADDRESS,unix:path=$XDG_RUNTIME_DIR/bus`

</details>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,11 +491,11 @@ Thêm dòng sau vào file `~/.config/kanata/kanata.kbd`
Thêm dòng sau vào `/etc/environment` để fix lỗi không gõ được trên app x11/xcb trên wayland

```sh
DBUS_SESSION_BUS_ADDRESS="autolaunch:"
DBUS_SESSION_BUS_ADDRESS=unix:path=$XDG_RUNTIME_DIR/bus
```
Hoặc set env trong config của DE/WM (Khuyên dùng).

Ví dụ Hyprland: `env = DBUS_SESSION_BUS_ADDRESS,autolaunch:`
Ví dụ Hyprland: `env = DBUS_SESSION_BUS_ADDRESS,unix:path=$XDG_RUNTIME_DIR/bus`

</details>

Expand Down
Loading