]> git.donarmstrong.com Git - x_base.git/blobdiff - .xsession_volo
remove disk; use blank for down
[x_base.git] / .xsession_volo
index 7b30865419023e9b371971d4d1b32daf6185b004..f9da0df46a6b107e8d8de3360d5effaf702eef43 100644 (file)
@@ -1,30 +1,42 @@
 #-*- mode: sh; -*-
 HOSTNAME=$(hostname)
 
-xmodmap -e 'keycode 115 = Multi_key'
 # Return to sane autokey rates (not glacially slow ones)
 xset r rate 250 35
-xmodmap -e 'keysym Alt_L = Meta_L'
 # xmodmap -e 'clear control'
 # xmodmap -e 'add control = Control_L'
 # xmodmap -e 'add mod3 = Control_R'
+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
+keycode 161 = Prior
+keycode 149 = Next
+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
-    syndaemon -i 1 -t -d
+    syndaemon -i 0.3 -t -d
 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;