Added fcitx5 for jp IME
This commit is contained in:
parent
4f311e36de
commit
a59ce92db2
2 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,12 @@
|
|||
# Path
|
||||
PATH="$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')${PATH:+:${PATH}}"
|
||||
|
||||
# IBus stuff
|
||||
export GTK_IM_MODULE='ibus'
|
||||
export QT_IM_MODULE='ibus'
|
||||
export XMODIFIERS=@im='ibus'
|
||||
export GLFW_IM_MODULE='ibus'
|
||||
|
||||
# DEFAULT
|
||||
export QT_QPA_PLATFORMTHEME='qt5ct'
|
||||
if [[ -n $SSH_CONNECTION ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue