#-*- mode: sh; -*- HOSTNAME=$(hostname) # Return to sane autokey rates (not glacially slow ones) 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' 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 0.3 -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;