Skip to content

Instantly share code, notes, and snippets.

@szabo92
Last active March 4, 2018 03:03
Show Gist options
  • Save szabo92/1e436324278ffe9277e81cb077d7ea01 to your computer and use it in GitHub Desktop.
Save szabo92/1e436324278ffe9277e81cb077d7ea01 to your computer and use it in GitHub Desktop.
Change keyboard layout in X
setxkbmap -layout us,es
setxkbmap -option 'grp:alt_shift_toggle'
# make it permanent in i3, add to .config/i3/config
exec "setxkbmap -layout us,es"
exec "setxkbmap -option 'grp:alt_shift_toggle'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment