From 788b559b33f84c644f3ae8b2c997b1820a8da740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 5 Jun 2019 19:16:57 +0200 Subject: i3: replace xim with ibus --- xinitrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'xinitrc') diff --git a/xinitrc b/xinitrc index b3de531..042fdc9 100644 --- a/xinitrc +++ b/xinitrc @@ -4,9 +4,13 @@ setxkbmap -option compose:menu numlockx xset -b # disable beeping +# Use GTK theme for QT applications export QT_QPA_PLATFORMTHEME=gtk2 export QT_STYLE_OVERRIDE='gtk2' -export GTK_IM_MODULE=xim +# use IBus for keyboard inputs +export GTK_IM_MODULE=ibus +export XMODIFIERS=@im=ibus +export QT_IM_MODULE=ibus # Fix fullscreen game offscreen export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 # To fix missing textures on intel -- cgit v1.2.3