Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何配置输入法 #3

Open
shipujin opened this issue Jul 8, 2023 · 0 comments
Open

如何配置输入法 #3

shipujin opened this issue Jul 8, 2023 · 0 comments

Comments

@shipujin
Copy link
Member

shipujin commented Jul 8, 2023

  1. 配置 ibus 输入法

编辑~/.bashrc~/.profile/etc/profile文件(编辑其他功能相同的系统配置文件也可以),在末尾添加以下内容

export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
ibus-daemon -x -d  
  1. 配置 fcitx 输入法

编辑~/.bashrc~/.profile/etc/profile文件(编辑其他功能相同的系统配置文件也可以),在末尾添加以下内容

export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant