cdotfis/dotfiles/other/etc/X11/xorg.conf.d/00-keyboard.conf

8 lines
169 B
Plaintext

Section "InputClass"
Identifier "Keyboard0"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
Option "XkbVariant" "intl-unicode"
EndSection