Skip to content

Instantly share code, notes, and snippets.

@alanbriolat
Created January 10, 2013 10:01
Show Gist options
  • Save alanbriolat/4500893 to your computer and use it in GitHub Desktop.
Save alanbriolat/4500893 to your computer and use it in GitHub Desktop.
yubikey /etc/X11/xorg.conf.d/ snippet
Section "InputClass"
Identifier "yubikey"
MatchIsKeyboard "on"
MatchVendor "Yubico"
MatchProduct "Yubico Yubikey II"
Driver "evdev"
Option "XkbRules" "evdev"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "basic"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment