Allow Compose key into GTK Apps.

This commit is contained in:
gardouille 2015-11-27 16:17:03 +01:00
parent 9f97f025ca
commit 08743601b0
1 changed files with 3 additions and 0 deletions

3
zshenv
View File

@ -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