Skip to content

Instantly share code, notes, and snippets.

@cranst0n
Created September 18, 2014 12:35
Show Gist options
  • Save cranst0n/2e1438e4978cca2eb9bf to your computer and use it in GitHub Desktop.
Save cranst0n/2e1438e4978cca2eb9bf to your computer and use it in GitHub Desktop.
Script to setup Colemak keyboard and map caps lock to 'Backspace' key.
#!/bin/sh
setxkbmap us -variant colemak
xmodmap -e 'keycode 66 = BackSpace' -e 'clear Lock'
xset r 66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment