-
I do https://wiki.archlinux.org/title/Fcitx5#Integration, but kovidgoyal/kitty#5566 (comment) tell me I must enable ibus compatible mode in fcitx5. I cannot find any content about ibus compatible mode. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
There’s nothing you need to do on fcitx5 side, it’s built in and should be enabled automatically. but you’ll need to set If you’re running kitty under wayland (not under xwayland), you need to use a compositor that support wayland input method (text-input-v3). This includes gnome shell, kwin, or sway. |
Beta Was this translation helpful? Give feedback.
There’s nothing you need to do on fcitx5 side, it’s built in and should be enabled automatically.
but you’ll need to set
GLFW_IM_MODULE=ibus for kitty if you’re under x11.
If you’re running kitty under wayland (not under xwayland), you need to use a compositor that support wayland input method (text-input-v3). This includes gnome shell, kwin, or sway.