Skip to content

Commit

Permalink
Make input method settings consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jan 24, 2019
1 parent 88c8307 commit 7d1a79a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions dot.xinitrc
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
export TERM=xterm

export XMODIFIERS='@im=xcin'
#export XMODIFIERS='@im=xcin'
export XMODIFIERS='@im=gcin'
#export XMODIFIERS='@im=SCIM'
#export XMODIFIERS='@im=oxim'
#export XMODIFIERS=@im=ibus
#export XMODIFIERS='@im=fcitx'

#export GTK_IM_MODULE=xcin
#export GTK_IM_MODULE=gcin
export GTK_IM_MODULE=xim
export GTK_IM_MODULE=gcin
#export GTK_IM_MODULE=xim
#export GTK_IM_MODULE=scim
#export GTK_IM_MODULE=oxim
#export GTK_IM_MODULE=ibus
#export GTK_IM_MODULE=fcitx

#export QT_IM_MODULE=gcin
export QT_IM_MODULE=xim
export QT_IM_MODULE=gcin
#export QT_IM_MODULE=xim
#export QT_IM_MODULE=fcitx

# Input Method
Expand All @@ -42,3 +43,4 @@ export XLIB_SKIP_ARGB_VISUALS=1
#exec startxfce4
#exec startkde4
#exec startfluxbox
#exec ck-launch-session startkde

0 comments on commit 7d1a79a

Please sign in to comment.