差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| tips:linux:arch:gui:desktop:xfce:i3wm:start [2025/08/31 03:24] – [入れ方] asaasa | tips:linux:arch:gui:desktop:xfce:i3wm:start [2025/09/08 04:42] (現在) – [日本語の対応] asaasa | ||
|---|---|---|---|
| 行 15: | 行 15: | ||
| === 日本語入力 === | === 日本語入力 === | ||
| + | |||
| 日本語入力には下記のとおりyayでいれる。 | 日本語入力には下記のとおりyayでいれる。 | ||
| + | |||
| + | いちど設定がすんでしまえば、端末で CTRL+SPACE で日本語入力ON/ | ||
| + | |||
| + | == fcitx5 の場合 == | ||
| <code bash> | <code bash> | ||
| - | user $ yay -S fcitx fcitx-mozc fcitx-im fcitx-configtool | + | user$ yay -S fcitx5 fcitx5-configtool fcitx5-mozc |
| - | user $ nano ~/.xprofile | + | // fcitx5-mozc の代替で fcitx5-mozc-ut とすると変換効率あがるかも? |
| + | user$ nano ~/.xprofile | ||
| + | </ | ||
| + | <file bash .xprofile> | ||
| + | export GTK_IM_MODULE=fcitx5 | ||
| + | export QT_IM_MODULE=fcitx5 | ||
| + | export XMODIFIERS=@im=fcitx5 | ||
| + | # fcitx5 | ||
| + | </ | ||
| + | == fcitx4 の場合 == | ||
| + | <code bash> | ||
| + | user$ yay -S fcitx fcitx-mozc fcitx-im fcitx-configtool | ||
| + | user$ nano ~/.xprofile | ||
| + | </ | ||
| + | <file bash .xprofile> | ||
| export GTK_IM_MODULE=fcitx | export GTK_IM_MODULE=fcitx | ||
| export QT_IM_MODULE=fcitx | export QT_IM_MODULE=fcitx | ||
| export XMODIFIERS=@im=fcitx | export XMODIFIERS=@im=fcitx | ||
| fcitx | fcitx | ||
| + | </ | ||
| - | </ | ||
| - | |||
| - | いちど設定がすんでしまえば、端末で CTRL+SPACE で日本語入力ON/ | ||