I want to execute this code on every login:
xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
I tried to put this command into ~/.xsession or ~/.xinitrc but that doesn't work for me. In which file do I have to put this command?
I am using Gnome with Fedora 16.
Thanks for your help!