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