From bf549559939392f883dbc8833c13f768e280b06e Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 3 Jul 2022 11:51:52 +0200 Subject: [PATCH] zprofile: export IM-related modules --- .zprofile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zprofile b/.zprofile index e8ad584..3e1ed35 100644 --- a/.zprofile +++ b/.zprofile @@ -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