X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.xsession_archimedes;h=f4c2fce4e3843a8b110d824c235a289a9b7ac884;hb=02292ef4c662e32262086a018b3d98c84758d92a;hp=90398c0538cbf4d89d9b7e18ea37ee7bdbe2255f;hpb=d52327408bd6e1bed0d0c5af3c1deeeb8ab5a9d5;p=x_base.git diff --git a/.xsession_archimedes b/.xsession_archimedes index 90398c0..f4c2fce 100644 --- a/.xsession_archimedes +++ b/.xsession_archimedes @@ -1,14 +1,26 @@ #-*- mode: sh; -*- -HOSTNAME=$(hostname) +xrandr --output DVI-I-1 --rotate left +xrandr --output DVI-D-1 --rotate left +xrandr --output HDMI-1 --rotate left + +xrandr --output DVI-D-1 --left-of DVI-I-1 +xrandr --output HDMI-1 --right-of DVI-I-1 xmodmap -e 'keycode 158 = XF86AudioRaiseVolume' xmodmap -e 'keycode 146 = XF86AudioLowerVolume' -xmodmap -e 'keysym Super_L = Multi_key' xset r rate 170 40 +xmodmap -e 'keycode 133 = Multi_key' +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 if [ -x /usr/bin/xsetbg ] && [ -r /home/don/pictures/dh-demon_tag.jpg ]; then /usr/bin/xsetbg -zoom 125 -fit -center -border gray17 /home/don/pictures/dh-demon_tag.jpg fi; + +if which redshift >/dev/null 2>&1; then + (DISPLAY=:0.1 redshift -l 33.9533:-117.3953 >/dev/null 2>&1 &) +fi;