Created
October 1, 2016 00:07
-
-
Save agusvama/3fce7f9e35409b6bc1d408e23afd0d53 to your computer and use it in GitHub Desktop.
This file contains 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
#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