zprofile: export IM-related modules

This commit is contained in:
surtur 2022-07-03 11:51:52 +02:00
parent 2d62fc6111
commit bf54955993
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -64,6 +64,9 @@ if [[ -z $DISPLAY ]]; then
. ~/.zsh/bemenu-dracula/bemenu-dracula
if [[ $(tty) == /dev/tty1 ]]; then
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export XDG_CURRENT_DESKTOP=sway
exec systemd-cat --identifier=sway sway
elif [[ $(tty) == /dev/tty2 ]]; then