aboutsummaryrefslogtreecommitdiff
path: root/system/etc/X11/xorg.conf.d/90-custom-kbd.conf
blob: 72f1dbab6c5086eafb49e9b038c28a3c0c3d84d5 (plain)
1
2
3
4
5
6
Section "InputClass"
    Identifier "keyboard defaults"
    MatchIsKeyboard "on"

    Option "XKbOptions" "caps:escape"
EndSection