Add fcitx to .xinitrc

This commit is contained in:
dogeystamp 2022-01-29 11:40:02 -05:00
parent 1d95f1ca2f
commit 898523d68d
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -11,6 +11,11 @@ xss-lock -- slock &
dunst &
xrdb .Xresources
# IME
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
while true; do
xsetroot -name "$(date +'%H:%M:%S %a %b %d')"
sleep 2