From e6c8f708d2787802c434ef6e138c7f02774ee1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Thu, 31 Jan 2013 18:34:06 +0100 Subject: More composing / no more explicit XKM loading --- .xsessionrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.xsessionrc') diff --git a/.xsessionrc b/.xsessionrc index af6e0b9..4e44dfa 100644 --- a/.xsessionrc +++ b/.xsessionrc @@ -1,6 +1,15 @@ #!/bin/sh -xkbcomp $HOME/.xkb/altgr_intl.xkm $DISPLAY +# +# XKB is not set here anymore -- instead we use the standard altgr_intl +# with some more options +# set the following in X11: "terminate:ctrl_alt_bksp,grp:menu_toggle,compose:rwin,caps:escape" +# + +# set IM to XIM, so it reads .XCompose +export GTK_IM_MODULE=xim +export QT_IM_MODULE=xim + [ x$GPG_AGENT_INFO = "x" ] && eval $(gpg-agent --daemon) # start urxvt daemon -- cgit v1.2.3