From a59ce92db21fc5013b2f32dad1e6d87ce70c2eac Mon Sep 17 00:00:00 2001 From: ziro Date: Mon, 2 Aug 2021 12:36:45 +0700 Subject: [PATCH] Added fcitx5 for jp IME --- .config/xprofile | 1 + .config/zsh/.zshenv | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.config/xprofile b/.config/xprofile index 9f7ce78..1840e5a 100644 --- a/.config/xprofile +++ b/.config/xprofile @@ -12,6 +12,7 @@ cpupower frequency-set -g performance dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY # Universal Autostarts +fcitx5 -d & xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources & unclutter & dunst & diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index 8150b01..eca3e2e 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -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