Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ekinertac
Forked from duggiefresh/crunchbang_hack_1.md
Last active December 6, 2015 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekinertac/2d37a85150a3fd12ebc5 to your computer and use it in GitHub Desktop.
Save ekinertac/2d37a85150a3fd12ebc5 to your computer and use it in GitHub Desktop.
CrunchBang 11: Remap Caps Lock to CTRL

CrunchBang 11: Remap Caps Lock to CTRL

$ vim ~/.Xmodmap

remove Lock = Caps_Lock
remove Control = Control_L
keysym Caps_Lock = Control_L
add Control = Control_L

$ xmodmap ~/.Xmodmap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment