]> git.donarmstrong.com Git - x_base.git/blobdiff - .xsession_archimedes
use redshift; current location riverside
[x_base.git] / .xsession_archimedes
index 95b417b92a83d16363ce55c99d5d7647d4b02982..05de538589d6e31083399d8362a3a234b10fb3c6 100644 (file)
@@ -1,14 +1,14 @@
 #-*- mode: sh; -*-
-HOSTNAME=$(hostname)
+#xrandr --output DVI0 --right-of VGA2
+xrandr --output DVI-I-2 --left-of DVI-I-1
 
 xmodmap -e 'keycode 158 = XF86AudioRaiseVolume'
 xmodmap -e 'keycode 146 = XF86AudioLowerVolume'
 xset r rate 170 40
 
-xmodmap -e 'keycode 115 = Multi_key'
-xmodmap -e 'keycode 116 = Super_L'
+xmodmap -e 'keycode 133 = Multi_key'
 xmodmap -e 'clear mod4'
-xmodmap -e 'add mod4 = Super_L'
+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
@@ -16,3 +16,7 @@ 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;