From 6f7970a39bc9580d0fad7b14f40a3364e75ef4e9 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 14 Jun 2009 20:33:11 +0000 Subject: [PATCH] * don't reassign multi_key as it's now end --- .xsession | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xsession b/.xsession index 7723cc4..340c14b 100755 --- a/.xsession +++ b/.xsession @@ -15,10 +15,10 @@ if [ -d ~/tmp ]; then export TMPDIR=$(echo ~/tmp) fi; -xmodmap -e 'keycode 115 = Multi_key' # No clue why this has changed from Alt_R to Down, but we really want Down. if ! xmodmap -pk|grep -qe '116.*Down'; then xmodmap -e 'keycode 116 = Super_L' + xmodmap -e 'keycode 115 = Multi_key' fi; xmodmap -e 'clear mod4' xmodmap -e 'add mod4 = Super_L Super_R' -- 2.39.2