Arch安装fcitx

作者: 孤逐王 | 来源:发表于2015-12-11 07:38 被阅读514次
  • 安装fcitx,安装gtk、qt模块。
[root@ARCH ~]# pacman -S fcitx-im
:: There are 4 members in group fcitx-im:
:: Repository community
   1) fcitx  2) fcitx-gtk2  3) fcitx-gtk3  4) fcitx-qt4
Enter a selection (default=all): 
  • 安装fcitx配置工具
[root@ARCH ~]# pacman -S fcitx-configtool
  • .xinitrc文件添加gtk、qt支持
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
exec awesome

相关文章

网友评论

    本文标题:Arch安装fcitx

    本文链接:https://www.haomeiwen.com/subject/lxkptttx.html