X-Git-Url: https://git.donarmstrong.com/?p=x_base.git;a=blobdiff_plain;f=.xsession_volo;h=f9da0df46a6b107e8d8de3360d5effaf702eef43;hp=86177ef6c4a7921775998847f613fc979d8f163d;hb=31812c2bdf37aed04ec6bf47fa7e197c15e7cd42;hpb=d6e08bef245d925a80689e14bb04312c312afe90 diff --git a/.xsession_volo b/.xsession_volo index 86177ef..f9da0df 100644 --- a/.xsession_volo +++ b/.xsession_volo @@ -15,19 +15,15 @@ clear mod1 add mod1 = Alt_L Alt_R clear shift add shift = Shift_L -keycode 115 = Multi_key -keycode 116 = Super_L clear mod4 -add mod4 = Super_L +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 @@ -35,9 +31,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;