Last active
March 4, 2018 03:03
-
-
Save szabo92/1e436324278ffe9277e81cb077d7ea01 to your computer and use it in GitHub Desktop.
Change keyboard layout in X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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