X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.xsession_archimedes;h=132c6e5478b0df927ceedfa7d97695ce36b35a71;hb=b78de2d9aae918f5207ca6aa4421e401d46a333a;hp=90398c0538cbf4d89d9b7e18ea37ee7bdbe2255f;hpb=d52327408bd6e1bed0d0c5af3c1deeeb8ab5a9d5;p=x_base.git diff --git a/.xsession_archimedes b/.xsession_archimedes index 90398c0..132c6e5 100644 --- a/.xsession_archimedes +++ b/.xsession_archimedes @@ -1,11 +1,18 @@ #-*- mode: sh; -*- -HOSTNAME=$(hostname) +xrandr --output DVI0 --right-of VGA2 xmodmap -e 'keycode 158 = XF86AudioRaiseVolume' xmodmap -e 'keycode 146 = XF86AudioLowerVolume' -xmodmap -e 'keysym Super_L = Multi_key' xset r rate 170 40 +# 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' + #Red 1.300, Green 1.300, Blue 1.150 xgamma -rgamma 1.3 -ggamma 1.3 -bgamma 1.15