Added fcitx5 for jp IME

This commit is contained in:
ziro 2021-08-02 12:36:45 +07:00
parent 4f311e36de
commit a59ce92db2
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 7 additions and 0 deletions

View file

@ -12,6 +12,7 @@ cpupower frequency-set -g performance
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
# Universal Autostarts # Universal Autostarts
fcitx5 -d &
xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources & xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources &
unclutter & unclutter &
dunst & dunst &

View file

@ -3,6 +3,12 @@
# Path # Path
PATH="$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')${PATH:+:${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 # DEFAULT
export QT_QPA_PLATFORMTHEME='qt5ct' export QT_QPA_PLATFORMTHEME='qt5ct'
if [[ -n $SSH_CONNECTION ]]; then if [[ -n $SSH_CONNECTION ]]; then