Skip to content

Instantly share code, notes, and snippets.

@MokkeMeguru
Last active June 14, 2019 10:23
Show Gist options
  • Save MokkeMeguru/641f5307e28e2f28346089bd26b0f202 to your computer and use it in GitHub Desktop.
Save MokkeMeguru/641f5307e28e2f28346089bd26b0f202 to your computer and use it in GitHub Desktop.
my fcitx-mozc settings on Manjaro Linux

Environment

Manjaro Linux Budgie 18.0.4 (dual boot with windows)

Pros

I also can use this input method on Emacs like Emacs keybinding.

fcitx-configtool

入力メソッド

  • キーボード- 英語 (US)
  • MOZC

全体の設定

入力メソッドのオンオフ

  • Ctrl+\
  • Ctrl+Rshift

Mozcプロパティ

キー設定>キー設定の選択

MS-IME

~/.xprofile

export GTK_IM_MODULE='fcitx'
export QT_IM_MODULE='fcitx'
export XMODIFIERS='@im=fcitx'

Note

何故か LC_CTYPE=ja_JP.UTF-8 を指定せずとも Emacs が外部の入力メソッドを食べてしまった。
なのでいっそのこと外部を Emacs に揃えようとしたら、上手く片付いた。

Memo

  • 複数ディスプレイの制御 sudo pacman -S arandr & arandr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment