Skip to content

Instantly share code, notes, and snippets.

@grandchild
Created August 15, 2015 17:42
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 grandchild/23bf4d703b66c42a8789 to your computer and use it in GitHub Desktop.
Save grandchild/23bf4d703b66c42a8789 to your computer and use it in GitHub Desktop.
Section "InputClass"
Identifier "keyboard-layout"
MatchIsKeyboard "on"
Option "XkbLayout" "us, de"
Option "XkbOptions" "grp: menu_toggle, grp_led: caps"
EndSection
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment