Hello everyone, I just wanted to ask a simple question. Can I use xmodmap at the ~/.xsession script? There's no way I can get xmodmap to work at startup. This is how my ~/.xsession looks like:
And this is my ~/.Xmodmap:
Any ideas? I've been searching in the forum, and I found nothing. Thanks for your time.
Code:
#!/bin/sh
#xcompmgr &
xrdb -merge $HOME/.Xresources &
eval `cat ~/.fehbg` &
setxkbmap es &
urxvtd &
xmodmap ~/.Xmodmap &
exec spectrwm
And this is my ~/.Xmodmap:
Code:
clear Lock
keycode 0x42 = Escape
Any ideas? I've been searching in the forum, and I found nothing. Thanks for your time.