Skip to content

Instantly share code, notes, and snippets.

@eugeneai
Created July 11, 2015 08:02
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 eugeneai/4ec6abb433e7f92ed607 to your computer and use it in GitHub Desktop.
Save eugeneai/4ec6abb433e7f92ed607 to your computer and use it in GitHub Desktop.
Russian keyboard setup in xorg.conf
# /etc/X11/xorg.conf.d/00-keyboard.conf
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us,ru"
Option "XkbModel" "pc104"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:caps_toggle,grp:alt_shift_toggle,terminate:ctrl_alt_bksp"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment