From 08743601b00020bf75cee20397734b567f4e97fb Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 27 Nov 2015 16:17:03 +0100 Subject: [PATCH] Allow Compose key into GTK Apps. --- zshenv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshenv b/zshenv index 518a7a7..b8e2fe5 100644 --- a/zshenv +++ b/zshenv @@ -54,6 +54,9 @@ export LESS_TERMCAP_ue=$'\E[0m' # fin DIRSTACKSIZE=10 export DIRSTACKSIZE +# Allow Compose key into GTK apps +export GTK_IM_MODULE=xim + # Permissions rw-r--r-- pour les fichiers crées # et rwxr-xr-x pour les répertoires crées umask 022