[EMAIL PROTECTED] ~
536$ cat .xsession
#!/bin/sh
#xset m 2 4
# This is my old x mapping which is for Release 6
#xmodmap -e "pointer = 1 2 3 6 7 4 5"
# This is the new mapping required for Release 7
xmodmap -e "pointer = 1 2 3 8 9 4 5 6 7 10 11"
# Microsoft, in their infinite wisdom make the F-lock key toggle between Insert/Print Screen.
# Remap the print key to the scroll lock button...what does scroll lock do anyway?
xmodmap -e "keycode 78 = Print"
xmodmap -e "keycode 111 = Scroll_Lock"
#This get shift-tab working for rxvt
xmodmap -e 'keycode 23 = Tab'
imwheel -k -b "67"
lineakd &
#Restore the last set background
eval `cat $HOME/.fehbg`
gkrellm2 &
xscreensaver -nosplash &
/usr/local/bin/fbpanel &
exec /usr/local/bin/openbox
Hopefully that might help solve any issues before they come up!
On 6/18/06, Troy Curtis Jr <[EMAIL PROTECTED]> wrote:
The only time .xsession is read is if you select the "Custom" option in KDM. And if that is the case you need to put your WM in there and everything. I think. Also I think that you have to put the Sha-bang entry in there:
#!/bin/sh
And set it as executable...it seems like I remember having trouble getting it to work otherwise.On 6/18/06, fei huang < [EMAIL PROTECTED]> wrote:I use ~/.xprofile , have a try, ;--)
--
"Beware of spyware. If you can, use the Firefox browser." - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/)
--
"Beware of spyware. If you can, use the Firefox browser." - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/)

