4

Xmodmap won't load from autostart.sh

view full story
linux-howto

http://crunchbanglinux.org – Hello,My laptop (a Thinkpad T40) didn't come with a super key, so I made an .Xmodmap file to turn CapsLock into super. Then, to make the change take place automatically every time I booted up, I put(sleep 1s && xmodmap /home/tmacdonald/.Xmodmap) & in autostart.sh. The problem is that it doesn't do anything. Every time I boot into Statler, I have to run xmodmap ~/.Xmodmap from the terminal. Restarting X (Ctrl-Alt-Backspace) also works. Understandably, this is pretty frustrating--so is there a way to fix it?Thanks in advance. (HowTos)