Skip to content

Instantly share code, notes, and snippets.

@Manouchehri
Created November 12, 2015 00:30
Show Gist options
  • Save Manouchehri/991ac5c41f6e3974c925 to your computer and use it in GitHub Desktop.
Save Manouchehri/991ac5c41f6e3974c925 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"
Option "XkbModel" "pc104"
Option "XkbOptions" "compose:caps,altwin:swap_alt_win"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment