Skip to content

Commit

Permalink
run xmodmap after fcitx
Browse files Browse the repository at this point in the history
and set OverrideSystemXKBSettings=False in fcitx
  • Loading branch information
adam8157 committed Jan 12, 2013
1 parent 99162cc commit 37c7f42
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ xset b off
xset s off
xset dpms 0 0 0

# fcitx
export XMODIFIERS="@im=fcitx"
export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"
fcitx &

# xmodmap
xmodmap ~/.xmodmaprc

Expand All @@ -17,12 +23,6 @@ xrdb ~/.Xresources
# xcursor
xsetroot -cursor_name left_ptr

# fcitx
export XMODIFIERS="@im=fcitx"
export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"
fcitx &

# dropbox
dropboxd &

Expand Down

0 comments on commit 37c7f42

Please sign in to comment.