Skip to content

Instantly share code, notes, and snippets.

@rlaace423
Created October 22, 2022 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlaace423/752894177d5c7d9b951b24527a5e05fe to your computer and use it in GitHub Desktop.
Save rlaace423/752894177d5c7d9b951b24527a5e05fe to your computer and use it in GitHub Desktop.
sudo apt install fcitx-hangul
im-config 실행
OK -> Yes 를 눌러 선택화면 진입
fcitx 선택 후 OK -> OK
.bashrc 또는 .zshrc 에 아래 내용 추가
export QT_IM_MODULE=fcitx
export GTK_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
export DefaultIMModule=fcitx
fcitx-autostart &>/dev/null
fcitx-configtool 실행 후 한글 입력기 추가
세션 재시작
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment