]> git.donarmstrong.com Git - x_base.git/blob - .xsession_xieana
* Completely move around the home directory system and begin
[x_base.git] / .xsession_xieana
1 #-*- mode: sh; -*-
2 HOSTNAME=$(hostname)
3
4 xmodmap -e 'keycode 115 = Multi_key'
5 # Return to sane autokey rates (not glacially slow ones)
6 xset r rate 250 35
7 xmodmap -e 'keysym Alt_L = Meta_L'
8
9 if [ -x /usr/bin/xsetbg ] && [ -r /home/don/media/pictures/maya_natsume_background.jpg ]; then
10     /usr/bin/xsetbg /home/don/media/pictures/maya_natsume_background.jpg
11 fi;