Skip to content

Instantly share code, notes, and snippets.

@wey-gu
Created September 28, 2025 14:17
Show Gist options
  • Select an option

  • Save wey-gu/2875e6037829fa3e78b5f2e5365b71c2 to your computer and use it in GitHub Desktop.

Select an option

Save wey-gu/2875e6037829fa3e78b5f2e5365b71c2 to your computer and use it in GitHub Desktop.
Omarchy Chinese Simplified Input Config
sudo pacman -S fcitx5 fcitx5-configtool fcitx5-gtk fcitx5-qt fcitx5-rime

# edit /etc/security/pam_env.conf
# add:

# FCITX input-related
GLFW_IM_MODULE          DEFAULT=fcitx
INPUT_METHOD            DEFAULT=fcitx
XMODIFIERS              DEFAULT=@im=fcitx
IMSETTINGS_MODULE       DEFAULT=fcitx
QT_IM_MODULE            DEFAULT=fcitx
SDL_IM_MODULE           DEFAULT=fcitx

reboot

Then install rime-ice

yay -S rime-ice-git
# edit

$HOME/.local/share/fcitx5/rime/default.custom.yaml 

ref:

Then add method rime

fcitx5-configtool

Then select rime and add to default inputs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment