Created
November 12, 2015 00:30
-
-
Save Manouchehri/991ac5c41f6e3974c925 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/00-keyboard.conf
This file contains hidden or 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" | |
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