From fec209a38a4e7860be0f36e3cd922603a73db3b3 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 15 Oct 2019 22:32:05 +0200 Subject: [PATCH] Compose key in xsession --- .xsession | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.xsession b/.xsession index a72fc21..ac1f934 100644 --- a/.xsession +++ b/.xsession @@ -8,6 +8,9 @@ xset -b # Enable zapping (C-A- kills X) setxkbmap -option terminate:ctrl_alt_bksp +# Enable compose key on right alt +xmodmap -e "keysym Alt_R = Multi_key" + # Enforce correct locales from the beginning unset LC_COLLATE export LC_CTYPE=en_US.UTF-8