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