Skip to content

Instantly share code, notes, and snippets.

@dimhold
Created September 9, 2014 19:45
Show Gist options
  • Save dimhold/87b4a6e25b83008ba3ba to your computer and use it in GitHub Desktop.
Save dimhold/87b4a6e25b83008ba3ba to your computer and use it in GitHub Desktop.
Xorg config section for use capslock button to change keyboard layouts.
#/etc/X11/xorg.conf.d/xorg.conf
#Use capslock button to change keyboard layouts.
Section "InputClass"
Identifier "keyboard-all"
Driver "evdev"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:caps_toggle,grp_led:scroll"
MatchIsKeyboard "on"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment