Skip to content

Instantly share code, notes, and snippets.

@agusvama
Created October 1, 2016 00:07
Show Gist options
  • Save agusvama/3fce7f9e35409b6bc1d408e23afd0d53 to your computer and use it in GitHub Desktop.
Save agusvama/3fce7f9e35409b6bc1d408e23afd0d53 to your computer and use it in GitHub Desktop.
#us intl with AltGr key, Slackware
#/etc/X11/xorg.conf.d/90-keyboard-layout.conf
Section "InputClass"
Identifier "keyboard-all"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "us"
Option "XkbVariant" "altgr-intl"
# Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment