zprofile: export IM-related modules
This commit is contained in:
parent
2d62fc6111
commit
bf54955993
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user