Files
dotfiles/etc/X11/xorg.conf.d/00-keyboard.conf
T

8 lines
210 B
Plaintext

Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbModel" "pc104"
Option "XkbOptions" "caps:swapescape"
EndSection