Files
dotfiles/etc/X11/xorg.conf.d/90-keyboard-layout.conf
Julian Prein a9debfe7cd 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.
2022-06-23 23:58:54 +02:00

11 lines
235 B
Plaintext

# 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