]> git.donarmstrong.com Git - x_base.git/blob - .xsession_volo
Add zeto x stuff, and fix volo configuration
[x_base.git] / .xsession_volo
1 #-*- mode: sh; -*-
2 HOSTNAME=$(hostname)
3
4 # Return to sane autokey rates (not glacially slow ones)
5 xset r rate 250 35
6 # xmodmap -e 'clear control'
7 # xmodmap -e 'add control = Control_L'
8 # xmodmap -e 'add mod3 = Control_R'
9
10 if [ -x /usr/bin/synclient ]; then
11     synclient RTCornerButton=0 \
12         RBCornerButton=0 \
13         LTCornerButton=0 \
14         LockedDrags=1 \
15         RightEdge=1500;
16 fi;
17
18 if [ -x /usr/bin/syndaemon ]; then
19     syndaemon -i 0.3 -t -d
20 fi;
21
22 if [ -x /usr/bin/gtkpbbuttons ]; then
23     gtkpbbuttons -t Crystal -d;
24 fi;
25
26 if [ -x /usr/bin/feh ] && [ -r /home/don/media/pictures/shards_of_aleysa.jpg ]; then
27     /usr/bin/feh --bg-scale /home/don/media/pictures/shards_of_aleysa.jpg
28 fi;