Last active
January 26, 2020 14:54
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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