Skip to content

Instantly share code, notes, and snippets.

@agusvama
Created September 24, 2016 03:26
Show Gist options
  • Save agusvama/f8d4fbc1fd16603e5a5a5c31a0414e59 to your computer and use it in GitHub Desktop.
Save agusvama/f8d4fbc1fd16603e5a5a5c31a0414e59 to your computer and use it in GitHub Desktop.
keyboard layout:us, and able to use ñ (with alt-gr + n)
#/etc/X11/xorg.conf.d/00-keyboard.conf
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbVariant" "altgr-intl"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment