xprofile: use fcitx as input method

master
an 2019-07-30 04:48:17 -04:00
parent e9cb1848d4
commit 534d105b28
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash
# IME setup
export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim
export XMODIFIERS=@im=none
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
# UI crap
export GTK_USE_PORTAL=1