Skip to content

Instantly share code, notes, and snippets.

@fehu
Created May 28, 2017 21:16
Show Gist options
  • Save fehu/a658e7f28827a493da99cde635f1090f to your computer and use it in GitHub Desktop.
Save fehu/a658e7f28827a493da99cde635f1090f to your computer and use it in GitHub Desktop.
xorg.conf keyboard: English Alt Gr International, Russian. Switch: Caps Lock
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputClass"
Identifier "Keyboard0"
MatchIsKeyboard "on"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" "altgr-intl,"
Option "XKbOptions" "grp:caps_toggle"
Option "XKbOptions" "terminate:ctrl_alt_bksp"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment