]> git.donarmstrong.com Git - x_base.git/blobdiff - .xsession_volo
* fixup linking to current xsession-errors file
[x_base.git] / .xsession_volo
index 748a8a1daff30edf54a6da97eb31f577fc4e073a..8b81d5a4fe6af6dc55cfc7819c4ad7bd4bed17d6 100644 (file)
@@ -6,24 +6,22 @@ xset r rate 250 35
 # xmodmap -e 'clear control'
 # xmodmap -e 'add control = Control_L'
 # xmodmap -e 'add mod3 = Control_R'
-xmodmap -e 'clear lock'
-xmodmap -e 'keycode 66 = Control_L'
-xmodmap -e 'add control = Control_L'
-xmodmap -e 'keycode 62 = Alt_L'
-xmodmap -e 'clear shift'
-xmodmap -e 'add shift = Shift_L'
-xmodmap -e 'keycode 115 = Multi_key'
-xmodmap -e 'keycode 116 = Super_L'
-xmodmap -e 'clear mod4'
-xmodmap -e 'add mod4 = Super_L'
+xmodmap - <<EOF
+clear lock
+keycode 66 = Control_L
+add control = Control_L
+keycode 62 = Alt_L
+clear mod1
+add mod1 = Alt_L Alt_R
+clear shift
+add shift = Shift_L
+clear mod4
+add mod4 = Super_L Super_R
+EOF
 
 
 if [ -x /usr/bin/synclient ]; then
-    synclient RTCornerButton=0 \
-       RBCornerButton=0 \
-       LTCornerButton=0 \
-       LockedDrags=1 \
-       RightEdge=1500;
+    . ~/.synclient_volo
 fi;
 
 if [ -x /usr/bin/syndaemon ]; then
@@ -31,9 +29,12 @@ if [ -x /usr/bin/syndaemon ]; then
 fi;
 
 if [ -x /usr/bin/gtkpbbuttons ]; then
-    gtkpbbuttons -t Crystal -d;
+    gtkpbbuttons -t Crystal -d -a /dev/null
 fi;
 
-if [ -x /usr/bin/feh ] && [ -r /home/don/media/pictures/shards_of_aleysa.jpg ]; then
-    /usr/bin/feh --bg-scale /home/don/media/pictures/shards_of_aleysa.jpg
+# if [ -x /usr/bin/feh ] && [ -r /home/don/media/pictures/shards_of_aleysa.jpg ]; then
+#     /usr/bin/feh --bg-scale /home/don/media/pictures/shards_of_aleysa.jpg
+# fi;
+if [ -x /usr/bin/feh ] && [ -r /home/don/media/pictures/space_station.jpg ]; then
+    /usr/bin/feh --bg-scale /home/don/media/pictures/space_station.jpg
 fi;