fix: IME on Wayland
This commit is contained in:
parent
373efef83c
commit
a5ede6c6a7
1 changed files with 6 additions and 4 deletions
|
@ -41,10 +41,12 @@ PATH="$BUN_INSTALL/bin:$HOME/.pub-cache/bin:$HOME/.local/share/go/bin:$ANDROID_H
|
|||
# export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/library
|
||||
|
||||
# -- IBus stuff (IME)
|
||||
if [[ "$XDG_SESSION_TYPE" != "wayland" ]]; then
|
||||
export GTK_IM_MODULE="ibus"
|
||||
export QT_IM_MODULE="ibus"
|
||||
export GLFW_IM_MODULE="ibus"
|
||||
export XMODIFIERS=@im="ibus"
|
||||
fi
|
||||
|
||||
# -- rootless docker
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue