Fix problems with ibus input
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
f8006689c7
commit
a38daaa32c
1 changed files with 3 additions and 2 deletions
5
.xinitrc
5
.xinitrc
|
@ -3,12 +3,13 @@ xset s off
|
|||
xset -dpms
|
||||
xset s noblank
|
||||
|
||||
# Set keyboard layout
|
||||
setxkbmap -model pc105 -layout ch
|
||||
|
||||
# Set ibus as input method
|
||||
export GTK_IM_MODULE=ibus
|
||||
export GTK_IM_MODULE=xim
|
||||
export XMODIFIERS=@im=ibus
|
||||
export QT_IM_MODULE=ibus
|
||||
export QT_IM_MODULE=xim
|
||||
|
||||
# Start ibus
|
||||
ibus-daemon -drx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue