Skip to content

Instantly share code, notes, and snippets.

@tymm
Last active January 20, 2019 21:09
Show Gist options
  • Save tymm/f2e26b33b1b4a98c1f7079d83300f8e8 to your computer and use it in GitHub Desktop.
Save tymm/f2e26b33b1b4a98c1f7079d83300f8e8 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/00-keyboard.conf
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