Created
August 15, 2015 17:42
-
-
Save grandchild/23bf4d703b66c42a8789 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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