Last active
January 20, 2019 21:09
-
-
Save tymm/f2e26b33b1b4a98c1f7079d83300f8e8 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/00-keyboard.conf
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
Section "InputClass" | |
Identifier "system-keyboard" | |
MatchIsKeyboard "on" | |
Option "XkbLayout" "us-custom" | |
Option "XkbModel" "pc105" | |
Option "XkbVariant" "" | |
Option "XkbOptions" "lv3:lalt_switch,terminate:ctrl_alt_bksp,ctrl:nocaps" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment