fix(fcitx5): Stop fcitx5 from yelling at me for using Wayland
This commit is contained in:
parent
a2e7390d19
commit
e5b1940df2
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ if [[ "$XDG_SESSION_TYPE" != "wayland" ]]; then
|
|||
export QT_IM_MODULE="ibus"
|
||||
export GLFW_IM_MODULE="ibus"
|
||||
export XMODIFIERS=@im="ibus"
|
||||
else
|
||||
unset GTK_IM_MODULE
|
||||
unset QT_IM_MODULE
|
||||
unset GLFW_IM_MODULE
|
||||
unset XMODIFIERS
|
||||
fi
|
||||
|
||||
# -- rootless docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue