Skip to content

Instantly share code, notes, and snippets.

@WesleyCh3n
Last active October 20, 2021 04:18
Show Gist options
  • Save WesleyCh3n/05b15bbaa4b12a2f4e0e3fae997ac5cd to your computer and use it in GitHub Desktop.
Save WesleyCh3n/05b15bbaa4b12a2f4e0e3fae997ac5cd to your computer and use it in GitHub Desktop.
manjaro install fcitx chewing
sudo pacman -S fcitx fcitx-im kcm-fcitx fcitx-configtool
vi ~/.pam_environment

with

GTK_IM_MODULE DEFAULT=fcitx
QT_IM_MODULE  DEFAULT=fcitx
XMODIFIERS    DEFAULT=\@im=fcitx

logout and login again

sudo pacman -S yay

install chewing

yay -S fcitx-chewing

restart fcitx server

Done~

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