Dev, Manage, Deploy

...and things in between...

Notes

Disable Caps Lock in X

Dont you hate that Caps Lock key which you accidently touch and it ruins a few lines of code, well, I do.

Make sure caps lock is of, then run

$ xmodmap -e "remove lock = Caps_Lock"

Also add this into .bashrc to make it persist between boots. Really nice!

Filed under linux capslock