aboutsummaryrefslogtreecommitdiffstats
path: root/X11/xorg.conf.d/90-keyboard.conf
blob: 7d2aab0cb42419e5875c8f86c5ba2e5496837b19 (plain)
1
2
3
4
5
6
Section "InputClass"
        Identifier      "Keyboard Defaults"
        MatchIsKeyboard "on"
        Option          "XkbLayout"     "dvorak"
        Option          "XkbOptions"    "caps:ctrl_modifier,compose:ralt"
EndSection