From df58798affd5dcf34f1dbf14b7583813f13b9971 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 19 Apr 2022 11:17:22 +0100 Subject: Add xim to .xinitrc --- X/.xinitrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/X/.xinitrc b/X/.xinitrc index a05c46a..909ad9a 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -5,6 +5,9 @@ usermodmap=$HOME/.Xmodmap sysresources=/etc/X11/xinit/.Xresources sysmodmap=/etc/X11/xinit/.Xmodmap +export GTK_IM_MODULE=xim +export QT_IM_MODULE=xim + # merge in defaults and keymaps if [ -f $sysresources ]; then -- cgit