projects
/
x_base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19a197e
)
* don't reassign multi_key as it's now end
author
Don Armstrong
<don@donarmstrong.com>
Sun, 14 Jun 2009 20:33:11 +0000
(20:33 +0000)
committer
Don Armstrong
<don@donarmstrong.com>
Sun, 14 Jun 2009 20:33:11 +0000
(20:33 +0000)
.xsession
patch
|
blob
|
history
diff --git
a/.xsession
b/.xsession
index 7723cc430363b6a2d4de0fc80d628c8c2d811932..340c14b5c515776997272bcb93bfc8c399b63289 100755
(executable)
--- 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'