]> git.donarmstrong.com Git - x_base.git/blob - .xsession_xieana
move around feh rc file
[x_base.git] / .xsession_xieana
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 'keysym Alt_L = Meta_L'
7 xmodmap -e 'keycode 108=Super_L'
8 xmodmap -e 'clear mod4'
9 xmodmap -e 'add mod4 = Super_L'
10
11 if [ -x /usr/bin/xsetbg ] && [ -r /home/don/media/pictures/maya_natsume_background.jpg ]; then
12     /usr/bin/xsetbg /home/don/media/pictures/maya_natsume_background.jpg
13 fi;