enable ime on xwayland
parent
28210b4351
commit
e40f670cb4
|
|
@ -103,6 +103,10 @@ echo "LIBGL_DRIVERS_PATH is ${LIBGL_DRIVERS_PATH}"
|
|||
if [ "$GTK_IM_MODULE" = "scim" ]; then
|
||||
export GTK_IM_MODULE=xim
|
||||
fi
|
||||
if [ "$XMODIFIERS" = "" ]; then
|
||||
## IME is valid only for fcitx, not when using ibus
|
||||
export XMODIFIERS="@im=fcitx"
|
||||
fi
|
||||
|
||||
## - Automatically work around the ATI mouse cursor crash bug:
|
||||
## (this workaround is disabled as most fglrx users do not see the bug)
|
||||
|
|
|
|||
Loading…
Reference in New Issue