chinese-keyboard

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sudo pacman -S fcitx5-im fcitx5-rime fcitx5-configtool fcitx5-gtk fcitx5-qt
// optional module
sudo pacman -S fcitx5-chinese-addons

//hyprland
// add these in ~/.config/hypr/hyprland.conf

env = GTK_IM_MODULE,fcitx
env = QT_IM_MODULE,fcitx
env = XMODIFIERS,@im=fcitx
env = INPUT_METHOD,fcitx
env = SDL_IM_MODULE,fcitx
env = GLFW_IM_MODULE,ibus
exec-once = fcitx5
// env configuration must above all other code.

fcitx5-configtool //use rime
hyprctl dispatch exit

and we can use ctrl + ~ to switch to chinese-simplified-english keyboard.

play with arch homepage

click here to come back to play with arch
homepage.