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