LoginSignup
1
1

More than 3 years have passed since last update.

備忘録ーCentOSでの日本語入力設定ー

Posted at

CentOS(主に7)でのibusインストール後の設定。

~/.bash_profile
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
ibus-daemon -dx &

以上!!

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1