Skip to content

Instantly share code, notes, and snippets.

@aawray
Created January 28, 2017 16:34
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 aawray/f0978d2444112a2e662124bacc091a4f to your computer and use it in GitHub Desktop.
Save aawray/f0978d2444112a2e662124bacc091a4f to your computer and use it in GitHub Desktop.
Xorg keyboard config
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us,ru"
Option "XkbModel" "pc104"
Option "XkbOptions" "grp:caps_toggle,grp_led:scroll"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment