Skip to content

Instantly share code, notes, and snippets.

@wunki
Last active August 29, 2015 13:57
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 wunki/9354420 to your computer and use it in GitHub Desktop.
Save wunki/9354420 to your computer and use it in GitHub Desktop.
Keyboard configuration for Dvorak in X11.
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "dvorak"
Option "XkbVariant" "dvorak"
Option "XkbOptions" "ctrl:nocaps"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment