X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=.xsession_volo;fp=.xsession_volo;h=7b30865419023e9b371971d4d1b32daf6185b004;hb=64ef8cb5eda80220192fccf0ab3100760a0d3988;hp=0000000000000000000000000000000000000000;hpb=a9ecc2c0c53f64084b724578991bb4da1d8fec5c;p=home-base.git diff --git a/.xsession_volo b/.xsession_volo new file mode 100644 index 0000000..7b30865 --- /dev/null +++ b/.xsession_volo @@ -0,0 +1,30 @@ +#-*- 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' + +if [ -x /usr/bin/synclient ]; then + synclient RTCornerButton=0 \ + RBCornerButton=0 \ + LTCornerButton=0 \ + LockedDrags=1 \ + RightEdge=1500; +fi; + +if [ -x /usr/bin/syndaemon ]; then + syndaemon -i 1 -t -d +fi; + +if [ -x /usr/bin/gtkpbbuttons ]; then + gtkpbbuttons -t Crystal -d; +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 +fi;