Skip to content

Instantly share code, notes, and snippets.

@fzerorubigd
Created February 27, 2014 10:25
Show Gist options
  • Save fzerorubigd/9247697 to your computer and use it in GitHub Desktop.
Save fzerorubigd/9247697 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/90-keyboard.conf
Section "InputClass"
Identifier "keyboard"
Driver "evdev"
MatchIsKeyboard "on"
Option "XkbModel" "evdev"
Option "XkbLayout" "us,ir"
Option "XkbOptions" "grp:switch,grp:alt_shift_toggle,grp_led:scroll"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment