From 763ee3d68525f3dc79e9745b16a943ebc645b6d1 Mon Sep 17 00:00:00 2001 From: Artem Shvorin Date: Thu, 13 Oct 2011 14:47:14 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D1=81=D1=80=D0=B5=D0=B4=D1=8B=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20X-=D0=BF=D1=80=D0=B8=D0=BB=D0=BE=D0=B6=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B9=20=D0=B4=D0=BE=D0=BB=D0=B6=D0=BD=D1=8B=20?= =?UTF-8?q?=D0=B1=D1=8B=D1=82=D1=8C=20=D0=B2=20=D1=81=D0=BF=D0=B5=D1=86?= =?UTF-8?q?=D0=B8=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=BC=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 3 --- .xsessionrc | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .xsessionrc diff --git a/.bashrc b/.bashrc index 3ee2f70..e31ea59 100644 --- a/.bashrc +++ b/.bashrc @@ -32,9 +32,6 @@ LC_ALL=ru_RU.UTF-8 export LANG LC_ALL export USERNAME PS1 PS2 INPUTRC http_proxy BASH_ENV PATH -# to force GTK application respect the Compose key -export GTK_IM_MODULE=xim - # Need for a xterm & co if we don't make a -ls [ -n $DISPLAY ] && { export XAUTHORITY=$HOME/.Xauthority diff --git a/.xsessionrc b/.xsessionrc new file mode 100644 index 0000000..0785e4d --- /dev/null +++ b/.xsessionrc @@ -0,0 +1,4 @@ +# This file is to be sourced, not executed + +# to force GTK application respect the Compose key +export GTK_IM_MODULE=xim