Skip to content

Instantly share code, notes, and snippets.

@ilyaigpetrov
Last active January 26, 2020 14:54
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 ilyaigpetrov/7ca5f5e14bf5657bc9b1a21acf27edef to your computer and use it in GitHub Desktop.
Save ilyaigpetrov/7ca5f5e14bf5657bc9b1a21acf27edef to your computer and use it in GitHub Desktop.
Gentoo Xorg Config For Two Layouts on Gentoo | by https://git.io/ilyaigpetrov
# File: /etc/X11/xorg.conf.d/30-keyboard.conf
Section "InputClass"
Identifier "keyboard-all"
Driver "evdev"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,compose:rwin,terminate:ctrl_alt_bksp"
MatchIsKeyboard "on"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment