X11: Add keyboard definition for alt-intl-unicode
Use keyboard variant `alt-intl-unicode` of the `us` layout. Also directly use the option to switch caps and escape instead of doing it via Xmodmap.
This commit is contained in:
10
etc/X11/xorg.conf.d/90-keyboard-layout.conf
Normal file
10
etc/X11/xorg.conf.d/90-keyboard-layout.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
# vim: ft=xf86conf
|
||||
|
||||
Section "InputClass"
|
||||
Identifier "system-keyboard"
|
||||
MatchIsKeyboard "on"
|
||||
Option "XkbLayout" "us"
|
||||
Option "XkbModel" "pc105"
|
||||
Option "XkbVariant" "alt-intl-unicode"
|
||||
Option "XkbOptions" "caps:swapescape"
|
||||
EndSection
|
||||
Reference in New Issue
Block a user