Skip to content

Instantly share code, notes, and snippets.

@g0xA52A2A
Last active December 29, 2019 20:41
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 g0xA52A2A/cd3da89f983544fff3cf0981c363af92 to your computer and use it in GitHub Desktop.
Save g0xA52A2A/cd3da89f983544fff3cf0981c363af92 to your computer and use it in GitHub Desktop.
Keyboard setup
#!/bin/sh
# Caps as Ctrl
setxkbmap -option ctrl:nocaps
# Ctrl as Esc when not chorded
xcape -e 'Control_L=Escape'
# Swap semi-colon and colon
xmodmap -e 'keycode 47 = colon semicolon'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment