Skip to content

Instantly share code, notes, and snippets.

@zorbash
Created May 26, 2013 22:11
Show Gist options
  • Save zorbash/5654191 to your computer and use it in GitHub Desktop.
Save zorbash/5654191 to your computer and use it in GitHub Desktop.
i3 xorg.conf toggle keyboard layout
Section "InputClass"
Identifier "keyboard-all"
Driver "evdev"
Option "XkbLayout" "us,gr"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
MatchIsKeyboard "on"
EndSection
@zorbash
Copy link
Author

zorbash commented May 27, 2013

This could also do:

setxkbmap -option grp:alt_shift_toggle us,gr

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