]> git.donarmstrong.com Git - x_base.git/blobdiff - .xsession_archimedes
update awesome configuration for newer versions of awesome
[x_base.git] / .xsession_archimedes
index c2bf965cf2de8687fa3be25ab86faacb01c575c5..f4c2fce4e3843a8b110d824c235a289a9b7ac884 100644 (file)
@@ -1,6 +1,10 @@
 #-*- mode: sh; -*-
-#xrandr --output DVI0 --right-of VGA2
-xrandr --output DVI-I-2 --left-of DVI-I-1
+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'
@@ -16,3 +20,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;